Bypass AdBlock Detection

Bypass Adblock Detection on Websites that Bombard You With Ads

什么是Bypass AdBlock Detection?

Bypass AdBlock Detection是由Arif开发的Chrome扩展程序,该扩展的主要功能是“Bypass Adblock Detection on Websites that Bombard You With Ads”。

扩展截图

screenshot

下载Bypass AdBlock Detection扩展crx文件

下载Bypass AdBlock Detection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}