Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
Wat is Mental Health Mode for Lichess?
Mental Health Mode for Lichess is een Chrome-extensie ontwikkeld door mymindwentblvnk, en de belangrijkste functie is "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mental Health Mode for Lichess
Download Mental Health Mode for Lichess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
Officiële URL | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Beschrijving | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
Bestandsgrootte | 29.84 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2021-10-21 |
Publicatiedatum | 2021-10-10 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mymindwentblvnk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Ondersteunde Talen | 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" } } |