BarbBlock

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

Apa itu BarbBlock?

BarbBlock adalah ekstensi Chrome yang dikembangkan oleh paulgb, dan fitur utamanya adalah "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BarbBlock

Unduh file ekstensi BarbBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
URL Resmi https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
Deskripsi Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
Ukuran File 22.01 KB
Jumlah Instalasi 194
Versi Saat Ini 1.5
Terakhir Diperbarui 2019-06-03
Tanggal Publikasi 2019-06-03
Penilaian 4.94/5 Total 16 Penilaian
Pengembang paulgb
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/paulgb/BarbBlock/blob/master/README.md
URL Halaman Kebijakan Privasi https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
Bahasa yang Didukung 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",
        ""
    ]
}