Cookie Content Settings
Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
¿Qué es Cookie Content Settings?
Cookie Content Settings es una extensión de Chrome desarrollada por heypiotr, y su función principal es "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cookie Content Settings
Descarga archivos de extensión Cookie Content Settings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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".
Información Básica de la Extensión
Nombre | Cookie Content Settings |
ID | cgfplfaocdgbahjoegkenibjdgjaakhd |
URL Oficial | https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd |
Descripción | Tap the full power of your browser's cookie settings, allowing more fine-grained rules. |
Tamaño del Archivo | 24.06 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-07-08 |
Fecha de Publicación | 2021-07-08 |
Desarrollador | heypiotr |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/heypiotr/CookieContentSettings |
Idiomas Soportados | 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" ] } |