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
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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": [ " |