Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
Τι είναι το Mental Health Mode for Lichess;
Το Mental Health Mode for Lichess είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mymindwentblvnk, και η κύρια λειτουργία του είναι "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mental Health Mode for Lichess
Λήψη αρχείων επέκτασης Mental Health Mode for Lichess σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
Επίσημο URL | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Περιγραφή | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
Μέγεθος Αρχείου | 29.84 KB |
Αριθμός Εγκαταστάσεων | 78 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2021-10-21 |
Ημερομηνία Δημοσίευσης | 2021-10-10 |
Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | mymindwentblvnk |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Υποστηριζόμενες Γλώσσες | 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" } } |