A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs.
you can install extension from official page
- open chrome tab with extensions chrome://extensions/
- turn on developer mode.
- click "load unpacked" button.
- select
public
folder for install build of extension.
start local developer server:
npm run dev
build prod version:
npm run build
Idea and development assistance: DmitrySubj