XB, block all ads

Finally, an efficient blocker. Easy on CPU and memory.

XB, block all ads là gì?

XB, block all ads là một tiện ích mở rộng Chrome được phát triển bởi sh01.bid, và tính năng chính của nó là "Finally, an efficient blocker. Easy on CPU and memory.".

Ả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 XB, block all ads

Tải xuống các tệp mở rộng XB, block all ads 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

                        XB is a wide-spectrum content blocker with CPU and memory efficiency as a primary feature.

***

Out of the box, these lists of filters are loaded and enforced:

- uBlock Origin filter lists
- EasyList (ads)
- EasyPrivacy (tracking)
- Peter Lowe’s Ad server list (ads and tracking)
- Online Malicious URL Blocklist

More lists are available for you to select if you wish:

- Fanboy’s Enhanced Tracking List
- Dan Pollock’s hosts file
- MVPS HOSTS
- Spam404
- And many others

Additionally, you can point-and-click to block JavaScript locally or globally, create your own global or local rules to override entries from filter lists, and many more advanced features.

***

Free.
Open source with public license (GPLv3)
For users by users.                    

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

Tên XB, block all ads XB, block all ads
ID hefagnpnacabcobofkfodcoiilmjbpkh
URL Chính Thức https://chromewebstore.google.com/detail/xb-block-all-ads/hefagnpnacabcobofkfodcoiilmjbpkh
Mô tả Finally, an efficient blocker. Easy on CPU and memory.
Kích Thước Tệp 2.82 MB
Số Lần Cài Đặt 111,713
Phiên Bản Hiện Tại 1.2.1.10
Cập Nhật Lần Cuối 2022-10-11
Ngày Phát Hành 2021-09-14
Đánh Giá 4.69/5 Tổng số 32 Đánh Giá
Nhà Phát Triển sh01.bid
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://yuntu88.hae123.cn/static/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Raymond Hill & contributors",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_title": "XB, block all ads",
        "default_popup": "popup-fenix.html"
    },
    "commands": {
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*"
            ],
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "61.0",
    "name": "XB, block all ads",
    "options_ui": {
        "page": "dashboard.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "uBlock\u2080",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.2.1.10",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}