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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | imfccoakmjplhakflfamfikhcdimlebg |
| 官方網址 | 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": [
" | |