BarbBlock

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

Wat is BarbBlock?

BarbBlock is een Chrome-extensie ontwikkeld door paulgb, en de belangrijkste functie is "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BarbBlock

Download BarbBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Officiële URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Beschrijving Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Bestandsgrootte 22.01 KB
Aantal Installaties 194
Huidige Versie 1.5
Laatst Bijgewerkt 2019-06-03
Publicatiedatum 2019-06-03
Beoordeling 4.94/5 Totaal 16 Beoordelingen
Ontwikkelaar paulgb
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/paulgb/BarbBlock/blob/master/README.md
URL van de Privacybeleid Pagina https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Ondersteunde Talen 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",
        ""
    ]
}