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是由mymindwentblvnk开发的Chrome扩展程序,该扩展的主要功能是“Start focus on playing chess again and let this extension remove everything that could harm the experience.”。
扩展截图
下载Mental Health Mode for Lichess扩展crx文件
下载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" } } |