Cookie Manager
Cookie Manager. Support Edit Cookie, Add Cookie, Delete Cookie and Search Cookie, Export/Import Cookies.
What is Cookie Manager?
Cookie Manager is a Chrome extension developed by https://extmanager.com, and its main feature is "Cookie Manager. Support Edit Cookie, Add Cookie, Delete Cookie and Search Cookie, Export/Import 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
CookieManager - Manage Cookies of Chrome. Feature: 1. Edit Cookie: Edit Cookie Name, Cookie Value, Cookie Domain, Cookie Path, Cookie Expiration Date. 2. Add Cookie: Add a Cookie of any Site. Support hostOnly, httpOnly, secure, session of Cookie. 3. Delete Cookie: Delete a Single Cookie, Delete all Cookies of a Domain. 4. Search Cookie: Search by Name, Search by Value, Search by Domain, No Uppercase Lowercase.
Extension Basic Information
Name | Cookie Manager |
ID | okckmdcaaieknndlpbpjjnfmbakdjnbe |
Official URL | https://chromewebstore.google.com/detail/cookie-manager/okckmdcaaieknndlpbpjjnfmbakdjnbe |
Description | Cookie Manager. Support Edit Cookie, Add Cookie, Delete Cookie and Search Cookie, Export/Import Cookies. |
File Size | 340 KB |
Installation Count | 6,000 |
Current Version | 0.0.1 |
Last Updated | 2021-09-25 |
Publish Date | 2021-09-25 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://extmanager.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
Supported Languages | en,zh-CN |
manifest.json | |
{ "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.0.1", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "19": "img\/icon19.png" }, "content_security_policy": "script-src 'self'; img-src 'self' data: *; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "img\/icon19.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/system.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*\/*.ico", "https:\/\/*\/*.ico", "file:\/\/*\/*.ico" ], "default_locale": "en", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |