Set cookie for several domains

This simple app is designed for one purpose - to set a single cookie for multiple domains.

Qu'est-ce que Set cookie for several domains ?

Set cookie for several domains est une extension Chrome développée par mixaroot90, et sa fonction principale est "This simple app is designed for one purpose - to set a single cookie for multiple domains.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Set cookie for several domains

Téléchargez les fichiers d'extension Set cookie for several domains au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom Set cookie for several domains Set cookie for several domains
ID dhkjbahmapekagkloappmplfofpiefpp
URL Officiel https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp
Description This simple app is designed for one purpose - to set a single cookie for multiple domains.
Taille du Fichier 25.23 KB
Nombre d'Installations 145
Version Actuelle 0.4.0
Dernière Mise à Jour 2016-08-20
Date de Publication 2016-08-20
Évaluation 4.25/5 Total 4 Évaluations
Développeur mixaroot90
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}