BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

BlockAll - block ads là gì?

BlockAll - block ads là một tiện ích mở rộng Chrome được phát triển bởi blockall1904, và tính năng chính của nó là "AdBlocker - Blocks annoying ads with individual rules for popular sites".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlockAll - block ads

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

                        BlockAll will protect you from all types of ads.

An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser.

*Easy to use
*On going updates
*Fast and secure
*Blocking all type of ads

for any question you have, feel free to email us at [email protected]                    

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

Tên BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
URL Chính Thức https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
Mô tả AdBlocker - Blocks annoying ads with individual rules for popular sites
Kích Thước Tệp 12.35 KB
Số Lần Cài Đặt 6,416
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-05-05
Ngày Phát Hành 2022-05-05
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển blockall1904
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blockall.net
URL Trang Trợ Giúp https://blockall.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockAll - block ads",
    "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}