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…

What is Cookie ACL Manager?

Cookie ACL Manager is a Chrome extension developed by Polar Navy LLC, and its main feature is "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…".

Extension Screenshots

screenshot

Download Cookie ACL Manager Extension CRX File

Download Cookie ACL Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie ACL Manager Cookie ACL Manager
ID fgcimmjbfacaighehoklhikneohedgkg
Official URL 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…
File Size 50.64 KB
Installation Count 30
Current Version 0.2
Last Updated 2017-10-23
Publish Date 2017-10-23
Developer Polar Navy LLC
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}