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…」です。

拡張機能のスクリーンショット

screenshot

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 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:\/\/*\/*"
    ]
}