Turbo Lichess - best move finder

Calculates and finds best move in Lichess during the game

Что такое Turbo Lichess - best move finder?

Turbo Lichess - best move finder - это расширение Chrome, разработанное Armen Stepanyan, и его основная функция - "Calculates and finds best move in Lichess during the game".

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

screenshot

Скачать файл CRX расширения Turbo Lichess - best move finder

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

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

                        Turbo Lichess helps you to find strongest moves on lichess  during the game. It analyze game in real-time so you can see next best move in your current game. 
Right click on browser and select Inpect menu , then navigate to Turbo Lichess tab where you can click on button to calculate best move.

Privacy Policy: Turbo Lichess DON'T store any user data. The extension is invisible to visited websites. 
We do not promote cheating on chess websites.The purpose of this extension is to improve user skills during the game.                    

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

Название Turbo Lichess - best move finder Turbo Lichess - best move finder
ID edhicaiemcnhgoimpggnnclhpgleakno
Официальный URL https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno
Описание Calculates and finds best move in Lichess during the game
Размер файла 390 KB
Количество установок 5,507
Текущая Версия 0.4.1
Последнее Обновление 2024-03-04
Дата публикации 2022-08-16
Рейтинг 4.00/5 Всего 15 оценок
Разработчик Armen Stepanyan
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://chess.orgfree.com/privacy.php
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/www.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Calculates and finds best move in Lichess during the game",
    "devtools_page": "devtools\/devtools_page.html",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/48.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Turbo Lichess - best move finder",
    "options_page": "options\/options.html",
    "permissions": [
        "debugger"
    ],
    "version": "0.4.1"
}