Hikaru and GothamChess Tell You to MOVE

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

Qu'est-ce que Hikaru and GothamChess Tell You to MOVE ?

Hikaru and GothamChess Tell You to MOVE est une extension Chrome développée par jackli.gg, et sa fonction principale est "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hikaru and GothamChess Tell You to MOVE

Téléchargez les fichiers d'extension Hikaru and GothamChess Tell You to MOVE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Hikaru and GothamChess Tell You to MOVE Hikaru and GothamChess Tell You to MOVE
ID dbooaamklijfogllbgookpiliaphkahb
URL Officiel https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb
Description Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Taille du Fichier 1.21 MB
Nombre d'Installations 3,966
Version Actuelle 0.0.0.8
Dernière Mise à Jour 2021-10-08
Date de Publication 2021-02-11
Évaluation 4.33/5 Total 40 Évaluations
Développeur jackli.gg
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.jackli.gg
Langues Prises en Charge 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\/*"
    ]
}