LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Vad är LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet är en Chrome-tillägg utvecklad av KeeghanM, och dess huvudfunktion är "Removes the buttons which start Blitz and Bullet games on LiChess".

Tilläggsskärmbilder

screenshot

Ladda ner LiChess - Disable Blitz and Bullet-förlängningens CRX-fil

Ladda ner LiChess - Disable Blitz and Bullet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Officiell webbadress https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Beskrivning Removes the buttons which start Blitz and Bullet games on LiChess
Filstorlek 3.15 KB
Antal Installationer 46
Aktuell Version 0.1.0
Senast Uppdaterad 2021-11-30
Publiceringsdatum 2021-11-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare KeeghanM
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
            ]
        }
    ]
}