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
公式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
Eメール [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"
    }
}