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
公式URL 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
Eメール [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",
        ""
    ]
}