BarbBlock

Blocks requests to sites which have used legal threats to remove themselves from other blacklists.

BarbBlock là gì?

BarbBlock là một tiện ích mở rộng Chrome được phát triển bởi paulgb, và tính năng chính của nó là "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

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

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

                        BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.                    

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

Tên BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
URL Chính Thức https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Mô tả Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Kích Thước Tệp 22.01 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-06-03
Ngày Phát Hành 2019-06-03
Đánh Giá 4.94/5 Tổng số 16 Đánh Giá
Nhà Phát Triển paulgb
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/paulgb/BarbBlock/blob/master/README.md
URL Trang Chính Sách Bảo Mật https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BarbBlock",
    "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.",
    "version": "1.5",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "barbblock.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}