Hikaru and GothamChess Tell You to MOVE

Hikaru and GothamChess remind you when you have spent too much time thinking on a move!

Cos'è Hikaru and GothamChess Tell You to MOVE?

Hikaru and GothamChess Tell You to MOVE è un'estensione di Chrome sviluppata da jackli.gg, e la sua funzione principale è "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hikaru and GothamChess Tell You to MOVE

Scarica i file di estensione Hikaru and GothamChess Tell You to MOVE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hikaru and GothamChess Tell You to MOVE Hikaru and GothamChess Tell You to MOVE
ID dbooaamklijfogllbgookpiliaphkahb
URL Ufficiale https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb
Descrizione Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Dimensione del File 1.21 MB
Conteggio Installazioni 3,966
Versione Corrente 0.0.0.8
Ultimo Aggiornamento 2021-10-08
Data di Pubblicazione 2021-02-11
Valutazione 4.33/5 Totale 40 Valutazioni
Sviluppatore jackli.gg
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jackli.gg
Lingue Supportate 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\/*"
    ]
}