Cookie Tool
Modify the domain name scope of all cookies with one click
What is Cookie Tool?
Cookie Tool is a Chrome extension developed by cjhsources, and its main feature is "Modify the domain name scope of all cookies with one click".
Extension Screenshots
Download Cookie Tool Extension CRX File
Download Cookie Tool 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
Modify the domain name scope of all cookies with one click; eg: www.google.com -> .google.com
Extension Basic Information
Name | Cookie Tool |
ID | cmcibloenecepmjigcfaehanbcpkcajb |
Official URL | https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb |
Description | Modify the domain name scope of all cookies with one click |
File Size | 79.23 KB |
Installation Count | 30 |
Current Version | 0.0.2 |
Last Updated | 2019-08-27 |
Publish Date | 2019-08-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cjhsources |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Tool", "version": "0.0.2", "description": "Modify the domain name scope of all cookies with one click", "author": "cjh", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "inject.js" ], "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |