BarbBlock

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

ما هو BarbBlock؟

BarbBlock هو إضافة Chrome تم تطويرها بواسطة paulgb، والميزة الرئيسية لها هي "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BarbBlock

قم بتنزيل ملفات الامتداد BarbBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
عنوان URL الرسمي https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
الوصف Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
حجم الملف 22.01 KB
عدد التثبيتات 194
النسخة الحالية 1.5
آخر تحديث 2019-06-03
تاريخ النشر 2019-06-03
تقييم 4.94/5 مجموع تقييمات 16
المطور paulgb
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/paulgb/BarbBlock/blob/master/README.md
عنوان صفحة سياسة الخصوصية https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
اللغات المدعومة 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",
        ""
    ]
}