Chess Hint

Automatic And Strong Chess Best Move Calculator During Live Games

什么是Chess Hint?

Chess Hint是由chesshint.com开发的Chrome扩展程序,该扩展的主要功能是“Automatic And Strong Chess Best Move Calculator During Live Games”。

扩展截图

screenshot

下载Chess Hint扩展crx文件

下载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": [
        ""
    ]
}