CookieManager - Cookie Editor

Edit cookies related to the current page and all its CORS frames right from the popup interface

Cos'è CookieManager - Cookie Editor?

CookieManager - Cookie Editor è un'estensione di Chrome sviluppata da joue.quroi, e la sua funzione principale è "Edit cookies related to the current page and all its CORS frames right from the popup interface".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CookieManager - Cookie Editor

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

                        This open-source extension presents a toolbar interface allowing users to observe and modify all cookies associated with the current page. Additionally, it conveniently displays cookies accessed by cross-origin (CORS) subframes on the same page, categorizing them based on their origins.

Users can directly edit various cookie properties from the interface and delete selected cookies.

Features:
1. Import and export cookies to and from JSON and TXT file
2. View all cookies related to the current tab, including sub-frames
3. Access the cookie editor in a separate tab for enhanced visibility
4. Use the "Search Cookies by Domain" context menu option via the action button
5. Use the "Open Cookie Editor in new Tab" context menu option via the action button
6. Export cookies in TXT format, compatible with Wget and Curl command-line tools

For bug reports, please visit:
https://github.com/joue-quroi/cookie-editor/                    

Informazioni di Base sull'Estensione

Nome CookieManager - Cookie Editor CookieManager - Cookie Editor
ID hdhngoamekjhmnpenphenpaiindoinpo
URL Ufficiale https://chromewebstore.google.com/detail/cookiemanager-cookie-edit/hdhngoamekjhmnpenphenpaiindoinpo
Descrizione Edit cookies related to the current page and all its CORS frames right from the popup interface
Dimensione del File 110 KB
Conteggio Installazioni 45,795
Versione Corrente 0.2.1
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2018-11-01
Valutazione 3.14/5 Totale 21 Valutazioni
Sviluppatore joue.quroi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webextension.org/listing/cookie-editor.html
URL della Pagina di Aiuto https://webextension.org/listing/cookie-editor.html
Lingue Supportate de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "CookieManager - Cookie Editor",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/cookie-editor.html",
    "background": {
        "service_worker": "worker.js"
    }
}