Cookie Content Settings

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

Qu'est-ce que Cookie Content Settings ?

Cookie Content Settings est une extension Chrome développée par heypiotr, et sa fonction principale est "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cookie Content Settings

Téléchargez les fichiers d'extension Cookie Content Settings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
URL Officiel https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Description Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Taille du Fichier 24.06 KB
Nombre d'Installations 30
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-07-08
Date de Publication 2021-07-08
Développeur heypiotr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/heypiotr/CookieContentSettings
Langues Prises en Charge 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"
    ]
}