BarbBlock

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

Cos'è BarbBlock?

BarbBlock è un'estensione di Chrome sviluppata da paulgb, e la sua funzione principale è "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BarbBlock

Scarica i file di estensione BarbBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
URL Ufficiale https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Descrizione Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Dimensione del File 22.01 KB
Conteggio Installazioni 194
Versione Corrente 1.5
Ultimo Aggiornamento 2019-06-03
Data di Pubblicazione 2019-06-03
Valutazione 4.94/5 Totale 16 Valutazioni
Sviluppatore paulgb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/paulgb/BarbBlock/blob/master/README.md
URL della Pagina della Politica sulla Privacy https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Lingue Supportate 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",
        ""
    ]
}