Set cookie for several domains
This simple app is designed for one purpose - to set a single cookie for multiple domains.
Was ist Set cookie for several domains?
Set cookie for several domains ist eine Chrome-Erweiterung, die von mixaroot90 entwickelt wurde, und ihr Hauptmerkmal ist "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Erweiterungsscreenshots
Set cookie for several domains-Erweiterungs-CRX-Datei herunterladen
Laden Sie Set cookie for several domains-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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;
Grundlegende Informationen zur Erweiterung
Name | Set cookie for several domains |
ID | dhkjbahmapekagkloappmplfofpiefpp |
Offizielle URL | https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp |
Beschreibung | This simple app is designed for one purpose - to set a single cookie for multiple domains. |
Dateigröße | 25.23 KB |
Installationsanzahl | 145 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2016-08-20 |
Veröffentlichungsdatum | 2016-08-20 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | mixaroot90 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |