Cookiedough

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

Apa itu Cookiedough?

Cookiedough adalah ekstensi Chrome yang dikembangkan oleh OrbitKit, dan fitur utamanya adalah "Developer tool to bulk set cookies from a standard cookie header string".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookiedough

Unduh file ekstensi Cookiedough dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
URL Resmi https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Deskripsi Developer tool to bulk set cookies from a standard cookie header string
Ukuran File 63.66 KB
Jumlah Instalasi 8,261
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-05-26
Tanggal Publikasi 2019-05-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang OrbitKit
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/stickfigure/cookiedough
Bahasa yang Didukung 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",
        ""
    ]
}