LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Hvad er LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet er en Chrome-udvidelse udviklet af KeeghanM, og dens hovedfunktion er "Removes the buttons which start Blitz and Bullet games on LiChess".

Udvidelsesskærmbilleder

screenshot

Download LiChess - Disable Blitz and Bullet-udvidelses-CRX-fil

Download LiChess - Disable Blitz and Bullet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Officiel URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Beskrivelse Removes the buttons which start Blitz and Bullet games on LiChess
Filstørrelse 3.15 KB
Antal Installationer 46
Nuværende Version 0.1.0
Senest Opdateret 2021-11-30
Udgivelsesdato 2021-11-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler KeeghanM
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/"
            ]
        }
    ]
}