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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |