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…
Qu'est-ce que Cookie ACL Manager ?
Cookie ACL Manager est une extension Chrome développée par Polar Navy LLC, et sa fonction principale est "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cookie ACL Manager
Téléchargez les fichiers d'extension Cookie ACL Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cookie ACL Manager |
ID | fgcimmjbfacaighehoklhikneohedgkg |
URL Officiel | https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg |
Description | This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are… |
Taille du Fichier | 50.64 KB |
Nombre d'Installations | 30 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-10-23 |
Date de Publication | 2017-10-23 |
Développeur | Polar Navy LLC |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |