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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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