Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Τι είναι το Hikaru and GothamChess Tell You to MOVE;
Το Hikaru and GothamChess Tell You to MOVE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jackli.gg, και η κύρια λειτουργία του είναι "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hikaru and GothamChess Tell You to MOVE
Λήψη αρχείων επέκτασης Hikaru and GothamChess Tell You to MOVE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is for chess.com and Lichess! When you have spent too much time thinking on a singular move, Hikaru and GothamChess (or a generic sound effect if you're a boring person) will tell you to MOVE! You can adjust how long it takes before it reminds you to move, either a flat amount of time or a percentage of your remaining time. Update: Hikaru and GothamChess both tried this extension on stream!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hikaru and GothamChess Tell You to MOVE |
ID | dbooaamklijfogllbgookpiliaphkahb |
Επίσημο URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
Περιγραφή | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
Μέγεθος Αρχείου | 1.21 MB |
Αριθμός Εγκαταστάσεων | 3,966 |
Τρέχουσα Έκδοση | 0.0.0.8 |
Τελευταία Ενημέρωση | 2021-10-08 |
Ημερομηνία Δημοσίευσης | 2021-02-11 |
Αξιολόγηση | 4.33/5 Συνολικά 40 Αξιολογήσεις |
Προγραμματιστής | jackli.gg |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.jackli.gg |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hikaru and GothamChess Tell You to MOVE", "version": "0.0.0.8", "description": "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!", "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/live*", "*:\/\/*.chess.com\/game\/live*", "*:\/\/*.chess.com\/play\/online*", "*:\/\/*.lichess.org\/*" ], "js": [ "js\/config.js", "js\/chessMoveReminder.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "web_accessible_resources": [ "audio\/*" ] } |