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…
什麼是Cookie ACL Manager?
Cookie ACL Manager是由Polar Navy LLC開發的Chrome擴展程式,該擴展的主要功能是“This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…”。
擴展截圖
下載Cookie ACL Manager擴展crx文件
下載Cookie ACL Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Cookie ACL Manager |
ID | fgcimmjbfacaighehoklhikneohedgkg |
官方網址 | https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg |
簡介 | This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are… |
檔案大小 | 50.64 KB |
安裝次數 | 30 |
目前版本 | 0.2 |
更新時間 | 2017-10-23 |
上架時間 | 2017-10-23 |
開發者 | Polar Navy LLC |
付費類型 | free |
支援的語言 | 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:\/\/*\/*" ] } |