No Cookie Wall

Remove the accept cookies or subscribe wall

ما هو No Cookie Wall؟

No Cookie Wall هو إضافة Chrome تم تطويرها بواسطة Alessio Capponi، والميزة الرئيسية لها هي "Remove the accept cookies or subscribe wall".

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

screenshot

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

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

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

                        This add-on will get rid of the cookie walls of websites that force you to either accept tracking cookies or to subscribe to a monthly fee. Works with sites such as Allociné, Jeuxvideo.com, 750g and more.

Cette extension fait disparaître le bandeau qui sur certains sites vous force à accepter les cookies publicitaires ou à souscrire un abonnement payant. Elle fonctionne sur des sites comme Allociné, jeuxvideo.com, 750g et pleins d'autres.                    

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

الاسم No Cookie Wall No Cookie Wall
ID dniejmgbnbpclppgppmlabaiaomdkpno
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-cookie-wall/dniejmgbnbpclppgppmlabaiaomdkpno
الوصف Remove the accept cookies or subscribe wall
حجم الملف 15.32 KB
عدد التثبيتات 355
النسخة الحالية 0.3.6
آخر تحديث 2024-02-28
تاريخ النشر 2021-06-23
تقييم 3.33/5 مجموع تقييمات 3
المطور Alessio Capponi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Cookie Wall",
    "version": "0.3.6",
    "description": "Remove the accept cookies or subscribe wall",
    "icons": {
        "16": "no-cookie-wall16.png",
        "48": "no-cookie-wall48.png",
        "128": "no-cookie-wall128.png"
    },
    "content_scripts": [
        {
            "js": [
                "paywall-detector.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}