Chess Hint
Automatic And Strong Chess Best Move Calculator During Live Games
Was ist Chess Hint?
Chess Hint ist eine Chrome-Erweiterung, die von chesshint.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatic And Strong Chess Best Move Calculator During Live Games".
Erweiterungsscreenshots
Chess Hint-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chess Hint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Chess Hint |
ID | imfccoakmjplhakflfamfikhcdimlebg |
Offizielle URL | https://chromewebstore.google.com/detail/chess-hint/imfccoakmjplhakflfamfikhcdimlebg |
Beschreibung | Automatic And Strong Chess Best Move Calculator During Live Games |
Dateigröße | 283 KB |
Installationsanzahl | 1,914 |
Aktuelle Version | 3.0.3 |
Letztes Update | 2023-10-18 |
Veröffentlichungsdatum | 2022-11-09 |
Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
Entwickler | chesshint.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |