Mental Health Mode for Lichess

Start focus on playing chess again and let this extension remove everything that could harm the experience.

Co to jest Mental Health Mode for Lichess?

Mental Health Mode for Lichess to rozszerzenie Chrome opracowane przez mymindwentblvnk, a jego główną funkcją jest „Start focus on playing chess again and let this extension remove everything that could harm the experience.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mental Health Mode for Lichess

Pobierz pliki rozszerzeń Mental Health Mode for Lichess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Mental Health Mode for Lichess Mental Health Mode for Lichess
ID jpfepkpncclpcbcgomeenoamcaaphpcl
Oficjalny URL https://chromewebstore.google.com/detail/mental-health-mode-for-li/jpfepkpncclpcbcgomeenoamcaaphpcl
Opis Start focus on playing chess again and let this extension remove everything that could harm the experience.
Rozmiar pliku 29.84 KB
Liczba instalacji 78
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-10-21
Data Publikacji 2021-10-10
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper mymindwentblvnk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mymindwentblvnk/mental-health-mode-for-lichess
Obsługiwane Języki 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"
    }
}