BarbBlock

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

什麼是BarbBlock?

BarbBlock是由paulgb開發的Chrome擴展程式,該擴展的主要功能是“Blocks requests to sites which have used legal threats to remove themselves from other blacklists.”。

擴展截圖

screenshot

下載BarbBlock擴展crx文件

下載BarbBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
官方網址 https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
簡介 Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
檔案大小 22.01 KB
安裝次數 194
目前版本 1.5
更新時間 2019-06-03
上架時間 2019-06-03
評分 4.94/5 共 16 次評分
開發者 paulgb
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/paulgb/BarbBlock/blob/master/README.md
隱私政策頁面URL https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
支援的語言 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",
        ""
    ]
}