BarbBlock

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

O que é BarbBlock?

BarbBlock é uma extensão do Chrome desenvolvida por paulgb, e sua principal característica é "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BarbBlock

Baixe arquivos de extensão BarbBlock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
URL Oficial https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Descrição Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Tamanho do Arquivo 22.01 KB
Contagem de Instalações 194
Versão Atual 1.5
Última Atualização 2019-06-03
Data de Publicação 2019-06-03
Classificação 4.94/5 Total de 16 Avaliações
Desenvolvedor paulgb
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/paulgb/BarbBlock/blob/master/README.md
URL da Página de Política de Privacidade https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Idiomas Suportados 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",
        ""
    ]
}