CookiesClerk is a Google Chrome plugin that simplifies the management of multiple cookies on the same website. It allows users to open multiple accounts in the same browser at the same time by managing cookies efficiently.
You can install CookiesClerk.
- Visit the CookiesClerk page.
- Click the "Add to Chrome" button to install the plugin .
- The plugin will be added to your browser .
https://cookiesclerk.liuweiqing.life/ and join the group telegram
- Easily manage cookies for multiple accounts on the same website .
- Save, load and delete cookies for individual accounts .
- Clear cookies for closed accounts or all accounts.
- Add and track domains for efficient cookie management .
- Install the plugin as described in the Installation section .
- Click the CookiesClerk icon in the browser toolbar to open a pop-up window. 3 .
- Use the buttons in the popup window to manage cookies for different accounts and domains. 4 .
- Add new accounts and domains to manage cookies more efficiently .
src
- The main source code .content-script
- Scripts and components that will be injected ascontent_scripts
.iframe
- iframe vue3 app content script that will be injected into the page
background
- The background script .popup
- popup vuejs app root directorypages
- Popup pages
options
- vuejs app root optionspages
- options page
pages
- application pages, common to all views (about, contact, validation, etc.)components
- Automatically imported Vue components, shared across popups and options pages.assets
- assets used in Vue components
dist
- built-in files that also serve as stubs for Vite development.
pnpm dev
Then load the extension in your browser using the dist/ folder .
Building To build the extension, run
pnpm build
Contributions are welcome! If you find any bugs or want to suggest new features, feel free to create an issue or submit a pull request.
This project is licensed under the [MIT License](. /LICENSE) license.
If you have any questions or need help, please feel free to contact us at liuweiqing@liuweiqing.top .
Thanks to https://github.com/mubaidr/vite-vue3-chrome-extension-v3