Cookiedough

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

Vad är Cookiedough?

Cookiedough är en Chrome-tillägg utvecklad av OrbitKit, och dess huvudfunktion är "Developer tool to bulk set cookies from a standard cookie header string".

Tilläggsskärmbilder

screenshot

Ladda ner Cookiedough-förlängningens CRX-fil

Ladda ner Cookiedough-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
Officiell webbadress https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Beskrivning Developer tool to bulk set cookies from a standard cookie header string
Filstorlek 63.66 KB
Antal Installationer 8,261
Aktuell Version 1.0.1
Senast Uppdaterad 2021-05-26
Publiceringsdatum 2019-05-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare OrbitKit
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/stickfigure/cookiedough
Stödda Språk 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",
        ""
    ]
}