Hikaru and GothamChess Tell You to MOVE

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

Was ist Hikaru and GothamChess Tell You to MOVE?

Hikaru and GothamChess Tell You to MOVE ist eine Chrome-Erweiterung, die von jackli.gg entwickelt wurde, und ihr Hauptmerkmal ist "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!".

Erweiterungsscreenshots

screenshot
screenshot

Hikaru and GothamChess Tell You to MOVE-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hikaru and GothamChess Tell You to MOVE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hikaru and GothamChess Tell You to MOVE Hikaru and GothamChess Tell You to MOVE
ID dbooaamklijfogllbgookpiliaphkahb
Offizielle URL https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb
Beschreibung Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Dateigröße 1.21 MB
Installationsanzahl 3,966
Aktuelle Version 0.0.0.8
Letztes Update 2021-10-08
Veröffentlichungsdatum 2021-02-11
Bewertung 4.33/5 Insgesamt 40 Bewertungen
Entwickler jackli.gg
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.jackli.gg
Unterstützte Sprachen 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\/*"
    ]
}