Set cookie for several domains
This simple app is designed for one purpose - to set a single cookie for multiple domains.
Vad är Set cookie for several domains?
Set cookie for several domains är en Chrome-tillägg utvecklad av mixaroot90, och dess huvudfunktion är "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Tilläggsskärmbilder
Ladda ner Set cookie for several domains-förlängningens CRX-fil
Ladda ner Set cookie for several domains-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
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;
Grundläggande Information om Tillägg
Namn | Set cookie for several domains |
ID | dhkjbahmapekagkloappmplfofpiefpp |
Officiell webbadress | https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp |
Beskrivning | This simple app is designed for one purpose - to set a single cookie for multiple domains. |
Filstorlek | 25.23 KB |
Antal Installationer | 145 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2016-08-20 |
Publiceringsdatum | 2016-08-20 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | mixaroot90 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |