Selective Cookie Remover

Remove cookies from selected domains

ما هو Selective Cookie Remover؟

Selective Cookie Remover هو إضافة Chrome تم تطويرها بواسطة billy، والميزة الرئيسية لها هي "Remove cookies from selected domains".

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

screenshot

تحميل ملف CRX للإضافة Selective Cookie Remover

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

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

                        Deletes cookies from a specified list of domains.

Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.

Source code available in the GitHub link below.

Please contact me with any bugs or feedback!

Version 1.11:
- Live count of cookies for each domain
- UI tweaks                    

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

الاسم Selective Cookie Remover Selective Cookie Remover
ID nagfacmodkbckhjiimdccehaabobmnnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh
الوصف Remove cookies from selected domains
حجم الملف 96.54 KB
عدد التثبيتات 1,000
النسخة الحالية 1.11
آخر تحديث 2015-04-09
تاريخ النشر 2015-04-09
تقييم 4.25/5 مجموع تقييمات 4
المطور billy
نوع الدفع free
موقع الإضافة https://github.com/billyf/selective-cookie-remover
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Cookie Remover",
    "description": "Remove cookies from selected domains",
    "version": "1.11",
    "browser_action": {
        "default_icon": "img\/cookie128.png",
        "default_title": "Remove cookies from selected domains",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/cookie128.png",
        "48": "img\/cookie48.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}