Chess Hint

Automatic And Strong Chess Best Move Calculator During Live Games

Chess Hint là gì?

Chess Hint là một tiện ích mở rộng Chrome được phát triển bởi chesshint.com, và tính năng chính của nó là "Automatic And Strong Chess Best Move Calculator During Live Games".

Ả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 Chess Hint

Tải xuống các tệp mở rộng Chess Hint 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

                        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                    

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

Tên Chess Hint Chess Hint
ID imfccoakmjplhakflfamfikhcdimlebg
URL Chính Thức https://chromewebstore.google.com/detail/chess-hint/imfccoakmjplhakflfamfikhcdimlebg
Mô tả Automatic And Strong Chess Best Move Calculator During Live Games
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 1,914
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2022-11-09
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển chesshint.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}