Chess Hint

Automatic And Strong Chess Best Move Calculator During Live Games

Chess Hintคืออะไร?

Chess Hint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chesshint.com และคุณลักษณะหลักของมันคือ "Automatic And Strong Chess Best Move Calculator During Live Games"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess Hint

ดาวน์โหลดไฟล์ส่วนขยาย Chess Hint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A fun learning way for chess is to get best move from computer during the live games ,
so, Here we are 
INSTALL NOW , and learn with more fun                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chess Hint Chess Hint
ID imfccoakmjplhakflfamfikhcdimlebg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chess-hint/imfccoakmjplhakflfamfikhcdimlebg
คำอธิบาย Automatic And Strong Chess Best Move Calculator During Live Games
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 1,914
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2023-10-18
วันที่เผยแพร่ 2022-11-09
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา chesshint.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess Hint",
    "description": "Automatic And Strong Chess Best Move Calculator During Live Games",
    "version": "3.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "32": "logo\/logo-32.png",
        "64": "logo\/logo-64.png",
        "128": "logo\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*"
            ],
            "matches": [
                "http:\/\/chesshint.com\/*",
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/127.0.0.1:5502\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/www.chess.com\/*",
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}