Force Block: the Star Wars spoiler blocker

Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.

Что такое Force Block: the Star Wars spoiler blocker?

Force Block: the Star Wars spoiler blocker - это расширение Chrome, разработанное Priceless Misc, и его основная функция - "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Force Block: the Star Wars spoiler blocker

Скачайте файлы расширений Force Block: the Star Wars spoiler blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        UPDATE: Dec 17 2019
------------------------------
Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)                    

Основная информация о расширении

Название Force Block: the Star Wars spoiler blocker Force Block: the Star Wars spoiler blocker
ID bplpphlobgcnjhoglonpnkooaaenlmol
Официальный URL https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol
Описание Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
Размер файла 581 KB
Количество установок 4,000
Текущая Версия 1.4.0
Последнее Обновление 2019-12-19
Дата публикации 2019-12-17
Рейтинг 4.17/5 Всего 184 оценок
Разработчик Priceless Misc
Тип оплаты free
Официальный сайт расширения http://pricelessmisc.com
URL страницы помощи http://pricelessmisc.com/force-block
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Block: the Star Wars spoiler blocker",
    "short_name": "Force Block",
    "version": "1.4.0",
    "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.",
    "icons": {
        "128": "\/img\/icon128.png",
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}