Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Hikaru and GothamChess Tell You to MOVEとは何ですか?
Hikaru and GothamChess Tell You to MOVEはjackli.ggによって開発されたChromeの拡張機能で、その主な機能は「Hikaru and GothamChess remind you when you have spent too much time thinking on a move!」です。
拡張機能のスクリーンショット
Hikaru and GothamChess Tell You to MOVE拡張機能のCRXファイルをダウンロード
Hikaru and GothamChess Tell You to MOVE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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!                     拡張機能の基本情報
| 名前 |  | 
| ID | dbooaamklijfogllbgookpiliaphkahb | 
| 公式URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb | 
| 説明 | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! | 
| ファイルサイズ | 1.21 MB | 
| インストール数 | 3,966 | 
| 現在のバージョン | 0.0.0.8 | 
| 最終更新日 | 2021-10-08 | 
| 公開日 | 2021-02-11 | 
| 評価 | 4.33/5 合計 40 レビュー | 
| 開発者 | jackli.gg | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.jackli.gg | 
| 対応言語 | 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\/*"
    ]
} | |