Mental Health Mode for Lichess
Start focus on playing chess again and let this extension remove everything that could harm the experience.
O que é Mental Health Mode for Lichess?
Mental Health Mode for Lichess é uma extensão do Chrome desenvolvida por mymindwentblvnk, e sua principal característica é "Start focus on playing chess again and let this extension remove everything that could harm the experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mental Health Mode for Lichess
Baixe arquivos de extensão Mental Health Mode for Lichess no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Mental Health Mode for Lichess |
ID | jpfepkpncclpcbcgomeenoamcaaphpcl |
URL Oficial | https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl |
Descrição | Start focus on playing chess again and let this extension remove everything that could harm the experience. |
Tamanho do Arquivo | 29.84 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.5 |
Última Atualização | 2021-10-21 |
Data de Publicação | 2021-10-10 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | mymindwentblvnk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mymindwentblvnk/mental-health-mode-for-lichess |
Idiomas Suportados | 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" } } |