BarbBlock

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

Co to jest BarbBlock?

BarbBlock to rozszerzenie Chrome opracowane przez paulgb, a jego główną funkcją jest „Blocks requests to sites which have used legal threats to remove themselves from other blacklists.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BarbBlock

Pobierz pliki rozszerzeń BarbBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Oficjalny URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Opis Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Rozmiar pliku 22.01 KB
Liczba instalacji 194
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2019-06-03
Data Publikacji 2019-06-03
Ocena 4.94/5 Łącznie 16 Oceny
Deweloper paulgb
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/paulgb/BarbBlock/blob/master/README.md
Adres URL Strony Polityki Prywatności https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Obsługiwane Języki 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",
        ""
    ]
}