Cookie Manager
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
What is Cookie Manager?
Cookie Manager is a Chrome extension developed by otto.qvist10, and its main feature is "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.".
Extension Screenshots
Download Cookie Manager Extension CRX File
Download Cookie Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
Extension Basic Information
Name | Cookie Manager |
ID | khngpolgieodmnjpcegbbjmcoiofpfjj |
Official URL | https://chromewebstore.google.com/detail/cookie-manager/khngpolgieodmnjpcegbbjmcoiofpfjj |
Description | Cookie Manager helps you keep Track on how many cookies you have allowed on different websites. |
File Size | 5.61 KB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2023-10-26 |
Publish Date | 2023-10-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | otto.qvist10 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Manager", "version": "1.0", "description": "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.", "permissions": [ "activeTab", "webNavigation", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" } } |