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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |