BarbBlock

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

Hvad er BarbBlock?

BarbBlock er en Chrome-udvidelse udviklet af paulgb, og dens hovedfunktion er "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Udvidelsesskærmbilleder

screenshot

Download BarbBlock-udvidelses-CRX-fil

Download BarbBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
Officiel URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Beskrivelse Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Filstørrelse 22.01 KB
Antal Installationer 194
Nuværende Version 1.5
Senest Opdateret 2019-06-03
Udgivelsesdato 2019-06-03
Bedømmelse 4.94/5 Samlet 16 Bedømmelser
Udvikler paulgb
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/paulgb/BarbBlock/blob/master/README.md
URL til Fortrolighedspolitik Side https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Understøttede Sprog 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",
        ""
    ]
}