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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |