Cookie Manager
An extension to manage your browser cookies!
What is Cookie Manager?
Cookie Manager is a Chrome extension developed by Innovative Dev, and its main feature is "An extension to manage your browser cookies!".
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
View and Edit cookies related to the current tab right from the popup interface. This extension offers an interface to view and edit all the cookies that are related to the current page. It is also possible to edit cookie properties right from the interface.
Extension Basic Information
Name | Cookie Manager |
ID | bdkggpjbjkjacedhhhbblbahmoomjemg |
Official URL | https://chromewebstore.google.com/detail/cookie-manager/bdkggpjbjkjacedhhhbblbahmoomjemg |
Description | An extension to manage your browser cookies! |
File Size | 693 KB |
Installation Count | 38 |
Current Version | 1.3 |
Last Updated | 2023-09-04 |
Publish Date | 2023-01-17 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Innovative Dev |
[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", "description": "An extension to manage your browser cookies!", "version": "1.3", "author": "Devashish Nayak", "permissions": [ "cookies", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "index.html" } } |