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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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