Cookie Content Settings

Tap the full power of your browser's cookie settings, allowing more fine-grained rules.

ما هو Cookie Content Settings؟

Cookie Content Settings هو إضافة Chrome تم تطويرها بواسطة heypiotr، والميزة الرئيسية لها هي "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cookie Content Settings

قم بتنزيل ملفات الامتداد Cookie Content Settings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser.

For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".                    

معلومات أساسية عن التمديد

الاسم Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
الوصف Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
حجم الملف 24.06 KB
عدد التثبيتات 30
النسخة الحالية 1.0.1
آخر تحديث 2021-07-08
تاريخ النشر 2021-07-08
المطور heypiotr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/heypiotr/CookieContentSettings
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Content Settings",
    "version": "1.0.1",
    "action": [],
    "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "contentSettings",
        "storage"
    ]
}