Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
Qu'est-ce que Mental Health Mode for Lichess ?
Mental Health Mode for Lichess est une extension Chrome développée par mymindwentblvnk, et sa fonction principale est "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mental Health Mode for Lichess
Téléchargez les fichiers d'extension Mental Health Mode for Lichess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
URL Officiel | 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. |
Taille du Fichier | 29.84 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2021-10-21 |
Date de Publication | 2021-10-10 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | mymindwentblvnk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Langues Prises en Charge | 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" } } |