Set cookie for several domains
This simple app is designed for one purpose - to set a single cookie for multiple domains.
What is Set cookie for several domains?
Set cookie for several domains is a Chrome extension developed by mixaroot90, and its main feature is "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Extension Screenshots
Download Set cookie for several domains Extension CRX File
Download Set cookie for several domains 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
This simple app is designed for one purpose - to set a single cookie for multiple domains. Features : - Set a cookie for all domains; - Cookie apply for protocols http and https; - Remove the cookie from all domains. - Domain record, if you have entered the full url with the protocol and uri;
Extension Basic Information
Name | Set cookie for several domains |
ID | dhkjbahmapekagkloappmplfofpiefpp |
Official URL | https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp |
Description | This simple app is designed for one purpose - to set a single cookie for multiple domains. |
File Size | 25.23 KB |
Installation Count | 145 |
Current Version | 0.4.0 |
Last Updated | 2016-08-20 |
Publish Date | 2016-08-20 |
Rating | 4.25/5 Total 4 Ratings |
Developer | mixaroot90 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Set cookie for several domains", "version": "0.4.0", "description": "This simple app is designed for one purpose - to set a single cookie for multiple domains.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html", "default_title": "Set cookie for several domains" }, "author": "[email protected]", "short_name": "CookieSeveralDomains", "permissions": [ "storage", "cookies", "*:\/\/*\/" ], "minimum_chrome_version": "51" } |