Still don't care about cookies

Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative

ما هو Still don't care about cookies؟

Still don't care about cookies هو إضافة Chrome تم تطويرها بواسطة https://stilldontcareaboutcookies.com، والميزة الرئيسية لها هي "Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Still don't care about cookies

قم بتنزيل ملفات الامتداد Still don't care about cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Get rid of cookie warnings!

If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative                    

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

الاسم Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
الوصف Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
حجم الملف 388 KB
عدد التثبيتات 1,240
النسخة الحالية 1.0.11
آخر تحديث 2024-01-03
تاريخ النشر 2022-09-21
تقييم 3.00/5 مجموع تقييمات 2
المطور https://stilldontcareaboutcookies.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.stilldontcareaboutcookies.com/
عنوان صفحة المساعدة https://www.stilldontcareaboutcookies.com/
عنوان صفحة سياسة الخصوصية https://www.twitter-follower.com/en/site/privacy-policy
اللغات المدعومة de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.11",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "data\/background.js"
    },
    "options_ui": {
        "page": "data\/options.html"
    },
    "action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}