Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
¿Qué es Hikaru and GothamChess Tell You to MOVE?
Hikaru and GothamChess Tell You to MOVE es una extensión de Chrome desarrollada por jackli.gg, y su función principal es "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hikaru and GothamChess Tell You to MOVE
Descarga archivos de extensión Hikaru and GothamChess Tell You to MOVE en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Hikaru and GothamChess Tell You to MOVE |
ID | dbooaamklijfogllbgookpiliaphkahb |
URL Oficial | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
Descripción | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
Tamaño del Archivo | 1.21 MB |
Cantidad de Instalaciones | 3,966 |
Versión Actual | 0.0.0.8 |
Última Actualización | 2021-10-08 |
Fecha de Publicación | 2021-02-11 |
Calificación | 4.33/5 Total de 40 Calificaciones |
Desarrollador | jackli.gg |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.jackli.gg |
Idiomas Soportados | 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\/*" ] } |