LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Co je LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet je rozšíření Chrome vyvinuté KeeghanM, a jeho hlavní funkcí je „Removes the buttons which start Blitz and Bullet games on LiChess“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LiChess - Disable Blitz and Bullet

Stáhněte si soubory rozšíření LiChess - Disable Blitz and Bullet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Oficiální URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Popis Removes the buttons which start Blitz and Bullet games on LiChess
Velikost souboru 3.15 KB
Počet instalací 46
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-11-30
Datum Vydání 2021-11-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář KeeghanM
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
            ]
        }
    ]
}