Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Wat is Hikaru and GothamChess Tell You to MOVE?
Hikaru and GothamChess Tell You to MOVE is een Chrome-extensie ontwikkeld door jackli.gg, en de belangrijkste functie is "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hikaru and GothamChess Tell You to MOVE
Download Hikaru and GothamChess Tell You to MOVE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | dbooaamklijfogllbgookpiliaphkahb |
| Officiële URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
| Beschrijving | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
| Bestandsgrootte | 1.21 MB |
| Aantal Installaties | 3,966 |
| Huidige Versie | 0.0.0.8 |
| Laatst Bijgewerkt | 2021-10-08 |
| Publicatiedatum | 2021-02-11 |
| Beoordeling | 4.33/5 Totaal 40 Beoordelingen |
| Ontwikkelaar | jackli.gg |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.jackli.gg |
| Ondersteunde Talen | 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\/*"
]
} | |