LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Co to jest LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet to rozszerzenie Chrome opracowane przez KeeghanM, a jego główną funkcją jest „Removes the buttons which start Blitz and Bullet games on LiChess”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LiChess - Disable Blitz and Bullet

Pobierz pliki rozszerzeń LiChess - Disable Blitz and Bullet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Oficjalny URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Opis Removes the buttons which start Blitz and Bullet games on LiChess
Rozmiar pliku 3.15 KB
Liczba instalacji 46
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-11-30
Data Publikacji 2021-11-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper KeeghanM
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
            ]
        }
    ]
}