Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 821 Bytes

File metadata and controls

29 lines (20 loc) · 821 Bytes

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.