Cookie ACL Manager
This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…
O que é Cookie ACL Manager?
Cookie ACL Manager é uma extensão do Chrome desenvolvida por Polar Navy LLC, e sua principal característica é "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cookie ACL Manager
Baixe arquivos de extensão Cookie ACL Manager 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 is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are allowed/allowed for session/denied for the current page - Provide a quick access to popup that lets users switch cookie setting between allowed/allowed for session/denied for the current page Settings modified through this extension are saved in browser content settings access list, and enforced by browser itself. This is all, folks.
Informações Básicas da Extensão
Nome | Cookie ACL Manager |
ID | fgcimmjbfacaighehoklhikneohedgkg |
URL Oficial | https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg |
Descrição | This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are… |
Tamanho do Arquivo | 50.64 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.2 |
Última Atualização | 2017-10-23 |
Data de Publicação | 2017-10-23 |
Desenvolvedor | Polar Navy LLC |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie ACL Manager", "version": "0.2", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "cc_bg.js" ] }, "browser_action": { "default_icon": "img\/icon_0.png", "default_popup": "cc_popup.html" }, "permissions": [ "contentSettings", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |