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"
    }
}