Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
Was ist Mental Health Mode for Lichess?
Mental Health Mode for Lichess ist eine Chrome-Erweiterung, die von mymindwentblvnk entwickelt wurde, und ihr Hauptmerkmal ist "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Erweiterungsscreenshots
Mental Health Mode for Lichess-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mental Health Mode for Lichess-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
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).
Grundlegende Informationen zur Erweiterung
Name | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
Offizielle URL | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Beschreibung | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
Dateigröße | 29.84 KB |
Installationsanzahl | 78 |
Aktuelle Version | 1.5 |
Letztes Update | 2021-10-21 |
Veröffentlichungsdatum | 2021-10-10 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | mymindwentblvnk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Unterstützte Sprachen | 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" } } |