Copy Cookie

Extension to copy cookies across the domains specially localhost.

Cos'è Copy Cookie?

Copy Cookie è un'estensione di Chrome sviluppata da Avaneesh, e la sua funzione principale è "Extension to copy cookies across the domains specially localhost.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Copy Cookie

Scarica i file di estensione Copy Cookie 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

                        Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.                    

Informazioni di Base sull'Estensione

Nome Copy Cookie Copy Cookie
ID efgblkeenphclkonjikaanjnlconlkfp
URL Ufficiale https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
Descrizione Extension to copy cookies across the domains specially localhost.
Dimensione del File 64.89 KB
Conteggio Installazioni 733
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-10-11
Data di Pubblicazione 2019-05-10
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Avaneesh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
URL della Pagina di Aiuto https://github.com/avaneeshtripathi/copy-cookie/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Cookie",
    "version": "2.0.1",
    "description": "Extension to copy cookies across the domains specially localhost.",
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "author": "Avaneesh Tripathi"
}