Cookie Tool
Modify the domain name scope of all cookies with one click
Vad är Cookie Tool?
Cookie Tool är en Chrome-tillägg utvecklad av cjhsources, och dess huvudfunktion är "Modify the domain name scope of all cookies with one click".
Tilläggsskärmbilder
Ladda ner Cookie Tool-förlängningens CRX-fil
Ladda ner Cookie Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Modify the domain name scope of all cookies with one click; eg: www.google.com -> .google.com
Grundläggande Information om Tillägg
Namn | Cookie Tool |
ID | cmcibloenecepmjigcfaehanbcpkcajb |
Officiell webbadress | https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb |
Beskrivning | Modify the domain name scope of all cookies with one click |
Filstorlek | 79.23 KB |
Antal Installationer | 30 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2019-08-27 |
Publiceringsdatum | 2019-08-23 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | cjhsources |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |