Cookie Watch

Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.

ما هو Cookie Watch؟

Cookie Watch هو إضافة Chrome تم تطويرها بواسطة daniel.barajas1280، والميزة الرئيسية لها هي "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

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

screenshot

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

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

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

                        This add-on quickly and easily removes cookies that save every surfing behavior for advertising purposes.
These so-called tracking and third-party cookies from third-party providers can be removed and blocked with a simple click.                    

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

الاسم Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
الوصف Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
حجم الملف 204 KB
عدد التثبيتات 71,272
النسخة الحالية 1.0.1
آخر تحديث 2022-10-29
تاريخ النشر 2021-04-20
المطور daniel.barajas1280
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://cookiewatch.org/privacy-policy/index.html
اللغات المدعومة de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Watch",
    "version": "1.0.1",
    "description": "__MSG_manifest__",
    "manifest_version": 2,
    "browser_action": {
        "browser_style": true,
        "default_title": "Cookiewatch",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage",
        "",
        "notifications",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "images\/Cookiewatch_48x48.png",
        "96": "images\/Cookiewatch_96x96.png",
        "128": "images\/Cookiewatch_128x128.png"
    },
    "default_locale": "en"
}