LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Что такое LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet - это расширение Chrome, разработанное KeeghanM, и его основная функция - "Removes the buttons which start Blitz and Bullet games on LiChess".

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

screenshot

Скачать файл CRX расширения LiChess - Disable Blitz and Bullet

Скачайте файлы расширений LiChess - Disable Blitz and Bullet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        When installed, this extension will remove the homepage buttons which start a game on LiChess for any time control below 10 minutes.

You are still able to create these games with the "Create Custom" feature, this simply removes the default buttons.

This tool is designed to reduce the number of blitz games you play, allowing you to focus on improving your chess through slower time controls. By adding a layer of thought required to begin a blitz or bullet game, this will hopefully reduce the number that you mindlessly play!                    

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

Название LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Официальный URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Описание Removes the buttons which start Blitz and Bullet games on LiChess
Размер файла 3.15 KB
Количество установок 46
Текущая Версия 0.1.0
Последнее Обновление 2021-11-30
Дата публикации 2021-11-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик KeeghanM
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiChess - Disable Blitz and Bullet",
    "version": "0.1.0",
    "description": "Removes the buttons which start Blitz and Bullet games on LiChess",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/"
            ]
        }
    ]
}