Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
Hvad er Mental Health Mode for Lichess?
Mental Health Mode for Lichess er en Chrome-udvidelse udviklet af mymindwentblvnk, og dens hovedfunktion er "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Udvidelsesskærmbilleder
Download Mental Health Mode for Lichess-udvidelses-CRX-fil
Download Mental Health Mode for Lichess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
Officiel URL | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Beskrivelse | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
Filstørrelse | 29.84 KB |
Antal Installationer | 78 |
Nuværende Version | 1.5 |
Senest Opdateret | 2021-10-21 |
Udgivelsesdato | 2021-10-10 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | mymindwentblvnk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Understøttede Sprog | 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" } } |