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…
Cos'è Cookie ACL Manager?
Cookie ACL Manager è un'estensione di Chrome sviluppata da Polar Navy LLC, e la sua funzione principale è "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cookie ACL Manager
Scarica i file di estensione Cookie ACL Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Cookie ACL Manager |
ID | fgcimmjbfacaighehoklhikneohedgkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg |
Descrizione | This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are… |
Dimensione del File | 50.64 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2017-10-23 |
Data di Pubblicazione | 2017-10-23 |
Sviluppatore | Polar Navy LLC |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |