LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
Was ist LiChess - Disable Blitz and Bullet?
LiChess - Disable Blitz and Bullet ist eine Chrome-Erweiterung, die von KeeghanM entwickelt wurde, und ihr Hauptmerkmal ist "Removes the buttons which start Blitz and Bullet games on LiChess".
Erweiterungsscreenshots
LiChess - Disable Blitz and Bullet-Erweiterungs-CRX-Datei herunterladen
Laden Sie LiChess - Disable Blitz and Bullet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
Offizielle URL | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Beschreibung | Removes the buttons which start Blitz and Bullet games on LiChess |
Dateigröße | 3.15 KB |
Installationsanzahl | 46 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-11-30 |
Veröffentlichungsdatum | 2021-11-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | KeeghanM |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } ] } |