AdBlock Detector Bypass

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

AdBlock Detector Bypass là gì?

AdBlock Detector Bypass là một tiện ích mở rộng Chrome được phát triển bởi Sacred Summit Studio, và tính năng chính của nó là "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".

Ả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 AdBlock Detector Bypass

Tải xuống các tệp mở rộng AdBlock Detector Bypass 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

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

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

Tên AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
URL Chính Thức https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
Mô tả Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
Kích Thước Tệp 20.74 KB
Số Lần Cài Đặt 13,352
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-10-16
Ngày Phát Hành 2020-10-16
Đánh Giá 4.00/5 Tổng số 50 Đánh Giá
Nhà Phát Triển Sacred Summit Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sacredsummitstudio.com
Ngôn Ngữ Được Hỗ Trợ 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
}