-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
There are two ways to install Cookie Manager: from the Chrome Web Store (recommended for most users) or manually from source (for developers or contributors).
- Visit the Cookie Manager listing on the Chrome Web Store.
- Click "Add to Chrome".
- Confirm the permissions when prompted.
- The Cookie Manager icon will appear in your Chrome toolbar. Click it to start managing cookies.
If the icon does not appear in the toolbar, click the puzzle piece icon (Extensions) in the top-right corner of Chrome and pin Cookie Manager.
Cookie Manager requests the following permissions:
| Permission | Why it's needed |
|---|---|
| cookies | Read and modify browser cookies |
| storage | Save your profiles, rules, and settings locally |
| contextMenus | Add right-click options for quick access |
| notifications | Notify you about auto-delete rule actions |
| alarms | Schedule auto-delete rules to run at intervals |
| host_permissions (all URLs) | Access cookies for any website you visit |
All data stays local on your machine. Cookie Manager makes zero external network requests.
This method is useful if you want to contribute, test changes, or run the latest code from GitHub.
- Google Chrome version 110 or later
- Git (optional, for cloning)
-
Download the source code:
Clone the repository:
git clone https://github.com/theluckystrike/cookie-manager-chrome-extension.git
Or download the ZIP from the GitHub releases page and extract it.
-
Open Chrome's extension management page:
Navigate to
chrome://extensions/in your address bar. -
Enable Developer Mode:
Toggle the Developer mode switch in the top-right corner.
-
Load the extension:
Click "Load unpacked" and select the directory you cloned or extracted.
-
Verify installation:
The Cookie Manager icon should appear in your toolbar. Click it to confirm it loads correctly.
If you installed from source:
cd cookie-manager-chrome-extension
git pull origin mainThen go to chrome://extensions/ and click the refresh icon on the Cookie Manager card.
Cookie Manager is built for Google Chrome (version 110+). It may also work on Chromium-based browsers that support Manifest V3:
- Microsoft Edge
- Brave
- Opera
- Vivaldi
For non-Chrome browsers, use the manual install method and load the extension through the browser's developer mode.
Once installed, here are some things to try:
- Click the toolbar icon to view cookies for the current tab
-
Search for a specific cookie using
/or the search bar - Click any cookie to expand and edit it
- Switch tabs at the top to explore Profiles, Rules, and Health Dashboard
- Right-click any webpage to see Cookie Manager in the context menu
For a full walkthrough, see the Cookie Management Guide.
To remove Cookie Manager:
- Right-click the Cookie Manager icon in the toolbar
- Select "Remove from Chrome"
- Confirm the removal
Or go to chrome://extensions/, find Cookie Manager, and click "Remove".
All locally stored data (profiles, rules, settings) is deleted when the extension is removed.