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是由Armen Stepanyan开发的Chrome扩展程序,该扩展的主要功能是“Calculates and finds best move in Lichess during the game”。

扩展截图

screenshot

下载Turbo Lichess - best move finder扩展crx文件

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