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