Skip to content

valuetodays/chrome-extension-cookie-collector

Repository files navigation

chrome-extension-cookie-collector

Description

This extension will send your encrypted 'local cookie' to SPECIFIED SERVER that can be used in any other applications.

Installation

  • Open chrome.
  • Type chrome://extensions/ in address bar.
  • Turn on 'Developer mode'.
  • Click 'Load Unpacked'.
  • Choose directory where manifest.json locates.

Usage

  • 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

Remark

How does popup.js call method in service_worker.js

Use message, see queyrCookieAndPushToServer in popup.js and chrome.runtime.onMessage.addListener in service_worker.js.

About

collect cookies in chrome and send them to your own server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published