Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

ما هو Cookie Decliner؟

Cookie Decliner هو إضافة Chrome تم تطويرها بواسطة Cookie Decliner، والميزة الرئيسية لها هي "Automatically reject non-essential cookies to protect your privacy!".

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

screenshot

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

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

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

                        Decline all non essential cookie banners on websites instead of your accepting it!

This extension will automatically reject all non-essential cookies on the website you are viewing. It will protect your privacy and lets you focus on whatever you want to do. More than 100 languages are supported at the moment.

Cookie Decliner is constantly updated, so stay tuned for an even better experience.
If you have feedback please write to my mail address published on Chrome WebStore.


Just give it a try!                    

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

الاسم Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
الوصف Automatically reject non-essential cookies to protect your privacy!
حجم الملف 1020 KB
عدد التثبيتات 418
النسخة الحالية 0.1.2
آخر تحديث 2024-01-30
تاريخ النشر 2023-01-21
تقييم 1.60/5 مجموع تقييمات 5
المطور Cookie Decliner
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://carmesin.me/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Decliner",
    "version": "0.1.2",
    "description": "Automatically reject non-essential cookies to protect your privacy!",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Cookie Decliner",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 3
}