BarbBlock

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

What is BarbBlock?

BarbBlock is a Chrome extension developed by paulgb, and its main feature is "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Extension Screenshots

screenshot

Download BarbBlock Extension CRX File

Download BarbBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Official URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Description Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
File Size 22.01 KB
Installation Count 194
Current Version 1.5
Last Updated 2019-06-03
Publish Date 2019-06-03
Rating 4.94/5 Total 16 Ratings
Developer paulgb
Email [email protected]
Payment Type free
Extension Website https://github.com/paulgb/BarbBlock/blob/master/README.md
Privacy Policy Page URL https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Supported Languages 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",
        ""
    ]
}