Set cookie for several domains
This simple app is designed for one purpose - to set a single cookie for multiple domains.
Wat is Set cookie for several domains?
Set cookie for several domains is een Chrome-extensie ontwikkeld door mixaroot90, en de belangrijkste functie is "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Extensie Screenshots
Download het CRX-bestand van de extensie Set cookie for several domains
Download Set cookie for several domains-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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;
Basisinformatie over de Extensie
Naam | Set cookie for several domains |
ID | dhkjbahmapekagkloappmplfofpiefpp |
Officiële URL | https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp |
Beschrijving | This simple app is designed for one purpose - to set a single cookie for multiple domains. |
Bestandsgrootte | 25.23 KB |
Aantal Installaties | 145 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2016-08-20 |
Publicatiedatum | 2016-08-20 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mixaroot90 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |