BarbBlock

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

Co je BarbBlock?

BarbBlock je rozšíření Chrome vyvinuté paulgb, a jeho hlavní funkcí je „Blocks requests to sites which have used legal threats to remove themselves from other blacklists.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BarbBlock

Stáhněte si soubory rozšíření BarbBlock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Oficiální URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Popis Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Velikost souboru 22.01 KB
Počet instalací 194
Aktuální Verze 1.5
Poslední Aktualizace 2019-06-03
Datum Vydání 2019-06-03
Hodnocení 4.94/5 Celkem 16 Hodnocení
Vývojář paulgb
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/paulgb/BarbBlock/blob/master/README.md
URL Stránky Zásad Ochrany Soukromí https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Podporované Jazyky 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",
        ""
    ]
}