Bypass AdBlock Detection

Bypass Adblock Detection on Websites that Bombard You With Ads

Bypass AdBlock Detection là gì?

Bypass AdBlock Detection là một tiện ích mở rộng Chrome được phát triển bởi Arif, và tính năng chính của nó là "Bypass Adblock Detection on Websites that Bombard You With Ads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bypass AdBlock Detection

Tải xuống các tệp mở rộng Bypass AdBlock Detection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bypass AdBlock Detection Bypass AdBlock Detection
ID lppagnomjcaohgkfljlebenbmbdmbkdj
URL Chính Thức https://chromewebstore.google.com/detail/bypass-adblock-detection/lppagnomjcaohgkfljlebenbmbdmbkdj
Mô tả Bypass Adblock Detection on Websites that Bombard You With Ads
Kích Thước Tệp 76.51 KB
Số Lần Cài Đặt 57,497
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-11-01
Ngày Phát Hành 2018-10-31
Đánh Giá 3.08/5 Tổng số 305 Đánh Giá
Nhà Phát Triển Arif
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}