This extension will send your encrypted 'local cookie' to SPECIFIED SERVER that can be used in any other applications.
- Open chrome.
- Type
chrome://extensions/in address bar. - Turn on 'Developer mode'.
- Click 'Load Unpacked'.
- Choose directory where manifest.json locates.
- config your server in options page
- add target url to receive cookie
- add exclude domains
- show options in json format
- save options in json format
- click extension icon or Ctrl+shift+F
- auto push cookie when url changes
Use message, see queyrCookieAndPushToServer in popup.js and chrome.runtime.onMessage.addListener in service_worker.js.