Chess Hint
Automatic And Strong Chess Best Move Calculator During Live Games
Что такое Chess Hint?
Chess Hint - это расширение Chrome, разработанное chesshint.com, и его основная функция - "Automatic And Strong Chess Best Move Calculator During Live Games".
Снимки экрана расширения
Скачать файл CRX расширения Chess Hint
Скачайте файлы расширений 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 |
| Электронная почта | [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": [
" | |