TakiBlock

TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!

TakiBlock là gì?

TakiBlock là một tiện ích mở rộng Chrome được phát triển bởi TakiDev, và tính năng chính của nó là "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Ả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 TakiBlock

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

                        Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. 

This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.                    

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

Tên TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
URL Chính Thức https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Mô tả TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Kích Thước Tệp 3.24 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2023-10-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TakiDev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://takiblock.netlify.app
URL Trang Chính Sách Bảo Mật https://takiblock.netlify.app/privacy/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TakiBlock",
    "version": "1.0.0",
    "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}