Synchronize your cookies between sites!
If you prefer to do it manually with the cleaner git history
If you don't have pnpm installed, run: npm install -g pnpm
npx degit ac-0308/cookie-synchronizer
cd cookie-synchronizer
pnpm i
src
- main source.contentScript
- scripts and components to be injected ascontent_script
background
- scripts for background.components
- auto-imported Vue components that are shared in popup and options page.styles
- styles shared in popup and options pageassets
- assets used in Vue componentsmanifest.ts
- manifest for the extension.
extension
- extension package root.assets
- static assets (mainly formanifest.json
).dist
- built files, also serve stub entry for Vite on development.
scripts
- development and bundling helper scripts.
To build the extension, run
pnpm build
And then pack files under extension
, you can switch on the developer mode and add unzipped extension into you browser.
This extension is based on vitesse-webext ,A Vite powered WebExtension (Chrome, FireFox, etc.) starter template.