Bypass AdBlock Detection

Bypass Adblock Detection on Websites that Bombard You With Ads

ما هو Bypass AdBlock Detection؟

Bypass AdBlock Detection هو إضافة Chrome تم تطويرها بواسطة Arif، والميزة الرئيسية لها هي "Bypass Adblock Detection on Websites that Bombard You With Ads".

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

screenshot

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

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

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

                        This Addon helps you keep your ad-blocker active when you visit a website even when it asks you to disable it. This is the easiest way you can bypass ad block detection on a website.
This addon work well with all adblock but For perfect use Please use it with ublock origin - Thanks                    

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

الاسم Bypass AdBlock Detection Bypass AdBlock Detection
ID lppagnomjcaohgkfljlebenbmbdmbkdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/bypass-adblock-detection/lppagnomjcaohgkfljlebenbmbdmbkdj
الوصف Bypass Adblock Detection on Websites that Bombard You With Ads
حجم الملف 76.51 KB
عدد التثبيتات 57,497
النسخة الحالية 1.0.0
آخر تحديث 2018-11-01
تاريخ النشر 2018-10-31
تقييم 3.08/5 مجموع تقييمات 305
المطور Arif
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "scripts": [
            "common.js",
            "platform\/chromium-vars.js",
            "background\/core.js",
            "background\/rules.js",
            "background\/debug.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Bypass AdBlock Detection"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common.js",
                "libdom.js",
                "content\/core.js",
                "content\/rules-common.js",
                "content\/rules-specific.js",
                "content\/rules-sticky.js",
                "content\/debug.js",
                "content\/ubo-extra.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Bypass AdBlock Detection",
    "description": "Bypass Adblock Detection on Websites that Bombard You With Ads",
    "minimum_chrome_version": "63.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        "resources\/*"
    ]
}