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…
Was ist Cookie ACL Manager?
Cookie ACL Manager ist eine Chrome-Erweiterung, die von Polar Navy LLC entwickelt wurde, und ihr Hauptmerkmal ist "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…".
Erweiterungsscreenshots
Cookie ACL Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie ACL Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cookie ACL Manager |
ID | fgcimmjbfacaighehoklhikneohedgkg |
Offizielle URL | https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg |
Beschreibung | This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are… |
Dateigröße | 50.64 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.2 |
Letztes Update | 2017-10-23 |
Veröffentlichungsdatum | 2017-10-23 |
Entwickler | Polar Navy LLC |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |