Set cookie for several domains
This simple app is designed for one purpose - to set a single cookie for multiple domains.
Cos'è Set cookie for several domains?
Set cookie for several domains è un'estensione di Chrome sviluppata da mixaroot90, e la sua funzione principale è "This simple app is designed for one purpose - to set a single cookie for multiple domains.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Set cookie for several domains
Scarica i file di estensione Set cookie for several domains in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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; Informazioni di Base sull'Estensione
| Nome | |
| ID | dhkjbahmapekagkloappmplfofpiefpp |
| URL Ufficiale | https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp |
| Descrizione | This simple app is designed for one purpose - to set a single cookie for multiple domains. |
| Dimensione del File | 25.23 KB |
| Conteggio Installazioni | 145 |
| Versione Corrente | 0.4.0 |
| Ultimo Aggiornamento | 2016-08-20 |
| Data di Pubblicazione | 2016-08-20 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | mixaroot90 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |