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 |
| 公式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 |
| Eメール | [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": [
" | |