LiChess - Disable Blitz and Bullet
Removes the buttons which start Blitz and Bullet games on LiChess
What is LiChess - Disable Blitz and Bullet?
LiChess - Disable Blitz and Bullet is a Chrome extension developed by KeeghanM, and its main feature is "Removes the buttons which start Blitz and Bullet games on LiChess".
Extension Screenshots
Download LiChess - Disable Blitz and Bullet Extension CRX File
Download LiChess - Disable Blitz and Bullet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | LiChess - Disable Blitz and Bullet |
ID | fhgmafdofeikhnclndfdnaeobamhefla |
Official URL | https://chromewebstore.google.com/detail/lichess-disable-blitz-and/fhgmafdofeikhnclndfdnaeobamhefla |
Description | Removes the buttons which start Blitz and Bullet games on LiChess |
File Size | 3.15 KB |
Installation Count | 46 |
Current Version | 0.1.0 |
Last Updated | 2021-11-30 |
Publish Date | 2021-11-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | KeeghanM |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } ] } |