LiChess - Disable Blitz and Bullet

Removes the buttons which start Blitz and Bullet games on LiChess

Wat is LiChess - Disable Blitz and Bullet?

LiChess - Disable Blitz and Bullet is een Chrome-extensie ontwikkeld door KeeghanM, en de belangrijkste functie is "Removes the buttons which start Blitz and Bullet games on LiChess".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LiChess - Disable Blitz and Bullet

Download LiChess - Disable Blitz and Bullet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam LiChess - Disable Blitz and Bullet LiChess - Disable Blitz and Bullet
ID fhgmafdofeikhnclndfdnaeobamhefla
Officiële URL https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla
Beschrijving Removes the buttons which start Blitz and Bullet games on LiChess
Bestandsgrootte 3.15 KB
Aantal Installaties 46
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-11-30
Publicatiedatum 2021-11-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar KeeghanM
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
            ]
        }
    ]
}