LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
Cos'è LiChess - Disable Blitz and Bullet?
LiChess - Disable Blitz and Bullet è un'estensione di Chrome sviluppata da KeeghanM, e la sua funzione principale è "Removes the buttons which start Blitz and Bullet games on LiChess".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LiChess - Disable Blitz and Bullet
Scarica i file di estensione LiChess - Disable Blitz and Bullet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
URL Ufficiale | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Descrizione | Removes the buttons which start Blitz and Bullet games on LiChess |
Dimensione del File | 3.15 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-11-30 |
Data di Pubblicazione | 2021-11-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | KeeghanM |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } ] } |