BarbBlock

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

Was ist BarbBlock?

BarbBlock ist eine Chrome-Erweiterung, die von paulgb entwickelt wurde, und ihr Hauptmerkmal ist "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Erweiterungsscreenshots

screenshot

BarbBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie BarbBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Offizielle URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Beschreibung Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Dateigröße 22.01 KB
Installationsanzahl 194
Aktuelle Version 1.5
Letztes Update 2019-06-03
Veröffentlichungsdatum 2019-06-03
Bewertung 4.94/5 Insgesamt 16 Bewertungen
Entwickler paulgb
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/paulgb/BarbBlock/blob/master/README.md
URL der Datenschutzrichtlinien-Seite https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Unterstützte Sprachen 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",
        ""
    ]
}