Continue Without Supporting

Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.

ما هو Continue Without Supporting؟

Continue Without Supporting هو إضافة Chrome تم تطويرها بواسطة Ryan Stewart، والميزة الرئيسية لها هي "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".

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

screenshot

تحميل ملف CRX للإضافة Continue Without Supporting

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

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

                        A browser extension that auto-clicks on "continue without supporting" or similar phrases when given a popup about disabling ad blocking. You can now spend less time trying to find the small continue text and more time actually using the website!                    

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

الاسم Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
عنوان URL الرسمي https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
الوصف Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
حجم الملف 46.19 KB
عدد التثبيتات 81
النسخة الحالية 1.0.0
آخر تحديث 2023-06-10
تاريخ النشر 2023-06-10
تقييم 5.00/5 مجموع تقييمات 1
المطور Ryan Stewart
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rynstwrt/Continue-Without-Supporting
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Continue Without Supporting",
    "version": "1.0.0",
    "description": "Browser extension that auto-clicks on \"continue without supporting\"\/similar phrases when given a popup about disabling ad blocking.",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "action": []
}