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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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",
        ""
    ]
}