Smart Berserk | Lichess

Tells you when to berserk in a lichess arena tournament game using the power of statistics!

Что такое Smart Berserk | Lichess?

Smart Berserk | Lichess - это расширение Chrome, разработанное Andrew, и его основная функция - "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smart Berserk | Lichess

Скачайте файлы расширений Smart Berserk | Lichess в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Currently works for 1+0 and 3+0 games. The berserk icon will light up if you should berserk and not change if you shouldn't.                    

Основная информация о расширении

Название Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
Официальный URL https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
Описание Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Размер файла 64.39 KB
Количество установок 140
Текущая Версия 1.0.0
Последнее Обновление 2023-04-19
Дата публикации 2023-04-18
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Andrew
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/AndrewYatzkan/smart-berserk
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Berserk | Lichess",
    "version": "1.0.0",
    "description": "Tells you when to berserk in a lichess arena tournament game using the power of statistics!",
    "icons": {
        "128": "img\/icon.png"
    },
    "author": "Andrew Yatzkan",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "particles.js",
                "content.js"
            ],
            "css": [
                "gold-icon.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.json"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ]
}