Cookie Content Settings
Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Wat is Cookie Content Settings?
Cookie Content Settings is een Chrome-extensie ontwikkeld door heypiotr, en de belangrijkste functie is "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie Content Settings
Download Cookie Content Settings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Cookie Content Settings |
ID | cgfplfaocdgbahjoegkenibjdgjaakhd |
Officiële URL | https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd |
Beschrijving | Tap the full power of your browser's cookie settings, allowing more fine-grained rules. |
Bestandsgrootte | 24.06 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-07-08 |
Publicatiedatum | 2021-07-08 |
Ontwikkelaar | heypiotr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/heypiotr/CookieContentSettings |
Ondersteunde Talen | 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" ] } |