Cookie Content Settings

Tap the full power of your browser's cookie settings, allowing more fine-grained rules.

Cos'è Cookie Content Settings?

Cookie Content Settings è un'estensione di Chrome sviluppata da heypiotr, e la sua funzione principale è "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Content Settings

Scarica i file di estensione Cookie Content Settings 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 extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser.

For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".                    

Informazioni di Base sull'Estensione

Nome Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
URL Ufficiale https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Descrizione Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Dimensione del File 24.06 KB
Conteggio Installazioni 30
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-07-08
Data di Pubblicazione 2021-07-08
Sviluppatore heypiotr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/heypiotr/CookieContentSettings
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Content Settings",
    "version": "1.0.1",
    "action": [],
    "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "contentSettings",
        "storage"
    ]
}