AdBlock Detector Bypass

Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected

ما هو AdBlock Detector Bypass؟

AdBlock Detector Bypass هو إضافة Chrome تم تطويرها بواسطة Sacred Summit Studio، والميزة الرئيسية لها هي "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".

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

screenshot

تحميل ملف CRX للإضافة AdBlock Detector Bypass

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

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

                        When an adblock detection popup appears simply click on the extension icon to remove the popup.                    

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

الاسم AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
عنوان URL الرسمي https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
الوصف Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
حجم الملف 20.74 KB
عدد التثبيتات 13,352
النسخة الحالية 1.0
آخر تحديث 2020-10-16
تاريخ النشر 2020-10-16
تقييم 4.00/5 مجموع تقييمات 50
المطور Sacred Summit Studio
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://sacredsummitstudio.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Detector Bypass",
    "version": "1.0",
    "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/abdb.logo.16.png",
        "48": "assets\/abdb.logo.48.png",
        "128": "assets\/abdb.logo.128.png"
    },
    "browser_action": {
        "default_icon": "assets\/abdb.logo.16.png"
    },
    "manifest_version": 2
}