BarbBlock

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

Qu'est-ce que BarbBlock ?

BarbBlock est une extension Chrome développée par paulgb, et sa fonction principale est "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BarbBlock

Téléchargez les fichiers d'extension BarbBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
URL Officiel https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Description Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Taille du Fichier 22.01 KB
Nombre d'Installations 194
Version Actuelle 1.5
Dernière Mise à Jour 2019-06-03
Date de Publication 2019-06-03
Évaluation 4.94/5 Total 16 Évaluations
Développeur paulgb
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/paulgb/BarbBlock/blob/master/README.md
URL de la Page de Politique de Confidentialité https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Langues Prises en Charge 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",
        ""
    ]
}