LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
Qu'est-ce que LiChess - Disable Blitz and Bullet ?
LiChess - Disable Blitz and Bullet est une extension Chrome développée par KeeghanM, et sa fonction principale est "Removes the buttons which start Blitz and Bullet games on LiChess".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LiChess - Disable Blitz and Bullet
Téléchargez les fichiers d'extension LiChess - Disable Blitz and Bullet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
URL Officiel | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Description | Removes the buttons which start Blitz and Bullet games on LiChess |
Taille du Fichier | 3.15 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-11-30 |
Date de Publication | 2021-11-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | KeeghanM |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } ] } |