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