Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Co to jest Hikaru and GothamChess Tell You to MOVE?
Hikaru and GothamChess Tell You to MOVE to rozszerzenie Chrome opracowane przez jackli.gg, a jego główną funkcją jest „Hikaru and GothamChess remind you when you have spent too much time thinking on a move!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hikaru and GothamChess Tell You to MOVE
Pobierz pliki rozszerzeń Hikaru and GothamChess Tell You to MOVE w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbooaamklijfogllbgookpiliaphkahb |
| Oficjalny URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
| Opis | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
| Rozmiar pliku | 1.21 MB |
| Liczba instalacji | 3,966 |
| Aktualna Wersja | 0.0.0.8 |
| Ostatnia Aktualizacja | 2021-10-08 |
| Data Publikacji | 2021-02-11 |
| Ocena | 4.33/5 Łącznie 40 Oceny |
| Deweloper | jackli.gg |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.jackli.gg |
| Obsługiwane Języki | 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\/*"
]
} | |