Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
What is Mental Health Mode for Lichess?
Mental Health Mode for Lichess is a Chrome extension developed by mymindwentblvnk, and its main feature is "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Extension Screenshots
Download Mental Health Mode for Lichess Extension CRX File
Download Mental Health Mode for Lichess 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
If you feel stressed out by your stats and how your Lichess rating evolves, this extension removes everything from Lichess that is stressing you: your rating history, the player's rating while having a game, no chat, et cetera. When installing it, it is activated by default, but you are always able to activate/deactivate Mental Health Mode in the Lichess settings (see screenshots).
Extension Basic Information
Name | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
Official URL | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Description | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
File Size | 29.84 KB |
Installation Count | 78 |
Current Version | 1.5 |
Last Updated | 2021-10-21 |
Publish Date | 2021-10-10 |
Rating | 3.50/5 Total 2 Ratings |
Developer | mymindwentblvnk |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mental Health Mode for Lichess", "version": "1.5", "description": "Start focus on playing chess again and let this extension remove everything that could harm the experience.", "content_scripts": [ { "matches": [ "*:\/\/*.lichess.org\/*" ], "js": [ "mental-health-mode.js" ] }, { "matches": [ "*:\/\/*.lichess.org\/account\/preferences\/game-display" ], "js": [ "preferences.js" ] } ], "icons": { "48": "icons\/logo-48x48.png", "96": "icons\/logo-96x96.png" } } |