Cookie Content Settings

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

Was ist Cookie Content Settings?

Cookie Content Settings ist eine Chrome-Erweiterung, die von heypiotr entwickelt wurde, und ihr Hauptmerkmal ist "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".

Erweiterungsscreenshots

screenshot

Cookie Content Settings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Content Settings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
Offizielle URL https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Beschreibung Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Dateigröße 24.06 KB
Installationsanzahl 30
Aktuelle Version 1.0.1
Letztes Update 2021-07-08
Veröffentlichungsdatum 2021-07-08
Entwickler heypiotr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/heypiotr/CookieContentSettings
Unterstützte Sprachen 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"
    ]
}