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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |