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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mymindwentblvnk และคุณลักษณะหลักของมันคือ "Start focus on playing chess again and let this extension remove everything that could harm the experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mental Health Mode for Lichess

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}