Cookie Content Settings
Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
O que é Cookie Content Settings?
Cookie Content Settings é uma extensão do Chrome desenvolvida por heypiotr, e sua principal característica é "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cookie Content Settings
Baixe arquivos de extensão Cookie Content Settings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | Cookie Content Settings |
ID | cgfplfaocdgbahjoegkenibjdgjaakhd |
URL Oficial | https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd |
Descrição | Tap the full power of your browser's cookie settings, allowing more fine-grained rules. |
Tamanho do Arquivo | 24.06 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-07-08 |
Data de Publicação | 2021-07-08 |
Desenvolvedor | heypiotr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/heypiotr/CookieContentSettings |
Idiomas Suportados | 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" ] } |