Set cookie for several domains

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

Τι είναι το Set cookie for several domains;

Το Set cookie for several domains είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mixaroot90, και η κύρια λειτουργία του είναι "This simple app is designed for one purpose - to set a single cookie for multiple domains.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Set cookie for several domains

Λήψη αρχείων επέκτασης Set cookie for several domains σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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;                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Set cookie for several domains Set cookie for several domains
ID dhkjbahmapekagkloappmplfofpiefpp
Επίσημο URL https://chromewebstore.google.com/detail/set-cookie-for-several-do/dhkjbahmapekagkloappmplfofpiefpp
Περιγραφή This simple app is designed for one purpose - to set a single cookie for multiple domains.
Μέγεθος Αρχείου 25.23 KB
Αριθμός Εγκαταστάσεων 145
Τρέχουσα Έκδοση 0.4.0
Τελευταία Ενημέρωση 2016-08-20
Ημερομηνία Δημοσίευσης 2016-08-20
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής mixaroot90
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}