Turbo Lichess - best move finder

Calculates and finds best move in Lichess during the game

Turbo Lichess - best move finder là gì?

Turbo Lichess - best move finder là một tiện ích mở rộng Chrome được phát triển bởi Armen Stepanyan, và tính năng chính của nó là "Calculates and finds best move in Lichess during the game".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Turbo Lichess - best move finder

Tải xuống các tệp mở rộng Turbo Lichess - best move finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Turbo Lichess - best move finder Turbo Lichess - best move finder
ID edhicaiemcnhgoimpggnnclhpgleakno
URL Chính Thức https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno
Mô tả Calculates and finds best move in Lichess during the game
Kích Thước Tệp 390 KB
Số Lần Cài Đặt 5,507
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2022-08-16
Đánh Giá 4.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Armen Stepanyan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chess.orgfree.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
}