mcChessCom - move confirmation for chess.com

Move confirmation for chess.com

mcChessCom - move confirmation for chess.comとは何ですか?

mcChessCom - move confirmation for chess.comはmail.vpalによって開発されたChromeの拡張機能で、その主な機能は「Move confirmation for chess.com」です。

拡張機能のスクリーンショット

screenshot

mcChessCom - move confirmation for chess.com拡張機能のCRXファイルをダウンロード

mcChessCom - move confirmation for chess.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Brings move confirmation in Live chess.
Works only with new "Play" interface!
Inspired by pain from the topic https://www.chess.com/forum/view/livechess/move-confirmation

Native integration, using internal API.
Fast toggle button on the right side panel(see screenshot).
Settings:
Confirm starting from N step.
Stop confirm before N seconds.
Alarm if not confirm after N seconds

Additionally:
Confirm hotkeys - Y, Space, Enter
Cancel confirm - N, Esc,Backspace, Delete

Open source https://github.com/VladimirPal/mcChessCom                    

拡張機能の基本情報

名前 mcChessCom - move confirmation for chess.com mcChessCom - move confirmation for chess.com
ID hfckonpdalooejghjpbpimhcgighijck
公式URL https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck
説明 Move confirmation for chess.com
ファイルサイズ 176 KB
インストール数 142
現在のバージョン 1.1.1
最終更新日 2023-09-28
公開日 2022-02-20
評価 5.00/5 合計 1 レビュー
開発者 mail.vpal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/VladimirPal/mcChessCom
ヘルプページのURL https://github.com/VladimirPal/mcChessCom/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Move confirmation for chess.com",
    "version": "1.1.1",
    "manifest_version": 3,
    "name": "mcChessCom - move confirmation for chess.com",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/*"
            ],
            "js": [
                "contentInject.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.bundle.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*.chess.com\/*"
            ]
        }
    ]
}