Cookiedough

Developer tool to bulk set cookies from a standard cookie header string

Was ist Cookiedough?

Cookiedough ist eine Chrome-Erweiterung, die von OrbitKit entwickelt wurde, und ihr Hauptmerkmal ist "Developer tool to bulk set cookies from a standard cookie header string".

Erweiterungsscreenshots

screenshot

Cookiedough-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookiedough-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

                        Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string.

You can find the source code at https://github.com/stickfigure/cookiedough                    

Grundlegende Informationen zur Erweiterung

Name Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
Offizielle URL https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Beschreibung Developer tool to bulk set cookies from a standard cookie header string
Dateigröße 63.66 KB
Installationsanzahl 8,261
Aktuelle Version 1.0.1
Letztes Update 2021-05-26
Veröffentlichungsdatum 2019-05-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler OrbitKit
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/stickfigure/cookiedough
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookiedough",
    "description": "Developer tool to bulk set cookies from a standard cookie header string",
    "version": "1.0.1",
    "icons": {
        "128": "cookie.png"
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        ""
    ]
}