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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie ACL Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}