mcChessCom - move confirmation for chess.com
Move confirmation for chess.com
Τι είναι το mcChessCom - move confirmation for chess.com;
Το mcChessCom - move confirmation for chess.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mail.vpal, και η κύρια λειτουργία του είναι "Move confirmation for chess.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης mcChessCom - move confirmation for chess.com
Λήψη αρχείων επέκτασης mcChessCom - move confirmation for chess.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Brings move confirmation in Live chess. Works only with new "Play" interface! Inspired by pain from the topic https://www.chess.com/forum/view/livechess/move-confirmation Native integration, using internal API. Fast toggle button on the right side panel(see screenshot). Settings: Confirm starting from N step. Stop confirm before N seconds. Alarm if not confirm after N seconds Additionally: Confirm hotkeys - Y, Space, Enter Cancel confirm - N, Esc,Backspace, Delete Open source https://github.com/VladimirPal/mcChessCom
Βασικές Πληροφορίες Επέκτασης
Όνομα | mcChessCom - move confirmation for chess.com |
ID | hfckonpdalooejghjpbpimhcgighijck |
Επίσημο URL | https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck |
Περιγραφή | Move confirmation for chess.com |
Μέγεθος Αρχείου | 176 KB |
Αριθμός Εγκαταστάσεων | 142 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-09-28 |
Ημερομηνία Δημοσίευσης | 2022-02-20 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | mail.vpal |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/VladimirPal/mcChessCom |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/VladimirPal/mcChessCom/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Move confirmation for chess.com", "version": "1.1.1", "manifest_version": 3, "name": "mcChessCom - move confirmation for chess.com", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/*" ], "js": [ "contentInject.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "contentScript.bundle.js", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*.chess.com\/*" ] } ] } |