Copy Cookie

Extension to copy cookies across the domains specially localhost.

Was ist Copy Cookie?

Copy Cookie ist eine Chrome-Erweiterung, die von Avaneesh entwickelt wurde, und ihr Hauptmerkmal ist "Extension to copy cookies across the domains specially localhost.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Copy Cookie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Cookie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Copy Cookie Copy Cookie
ID efgblkeenphclkonjikaanjnlconlkfp
Offizielle URL https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
Beschreibung Extension to copy cookies across the domains specially localhost.
Dateigröße 64.89 KB
Installationsanzahl 733
Aktuelle Version 2.0.1
Letztes Update 2022-10-11
Veröffentlichungsdatum 2019-05-10
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Avaneesh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
Hilfeseite URL https://github.com/avaneeshtripathi/copy-cookie/issues
Unterstützte Sprachen 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"
}