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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie ACL Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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:\/\/*\/*" ] } |