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 jackli.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hikaru and GothamChess Tell You to MOVE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |