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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Mental Health Mode for Lichess
ID jpfepkpncclpcbcgomeenoamcaaphpcl
官方網址 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"
    }
}