X-blocker

Blocks incoming things from the web.

X-blocker là gì?

X-blocker là một tiện ích mở rộng Chrome được phát triển bởi Rudie Dirkx, và tính năng chính của nó là "Blocks incoming things from the web.".

Ả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 X-blocker

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

                        X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block.

For instance, block all `nicescroll.js` scripts.                    

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

Tên X-blocker X-blocker
ID klfccdpgijdpcojlaohmnccfpdomgadh
URL Chính Thức https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh
Mô tả Blocks incoming things from the web.
Kích Thước Tệp 18.7 KB
Số Lần Cài Đặt 817
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2023-05-13
Ngày Phát Hành 2016-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rudie Dirkx
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/rudiedirkx/xblocker-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X-blocker",
    "description": "Blocks incoming things from the web.",
    "version": "1.10",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "xblocker.sw.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_title": "X-blocker - Click to toggle & reload",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}