Cookie Content Settings

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

Co je Cookie Content Settings?

Cookie Content Settings je rozšíření Chrome vyvinuté heypiotr, a jeho hlavní funkcí je „Tap the full power of your browser's cookie settings, allowing more fine-grained rules.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cookie Content Settings

Stáhněte si soubory rozšíření Cookie Content Settings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
Oficiální URL https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Popis Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Velikost souboru 24.06 KB
Počet instalací 30
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-07-08
Datum Vydání 2021-07-08
Vývojář heypiotr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/heypiotr/CookieContentSettings
Podporované Jazyky 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"
    ]
}