mcChessCom - move confirmation for chess.com

Move confirmation for chess.com

mcChessCom - move confirmation for chess.com là gì?

mcChessCom - move confirmation for chess.com là một tiện ích mở rộng Chrome được phát triển bởi mail.vpal, và tính năng chính của nó là "Move confirmation for chess.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng mcChessCom - move confirmation for chess.com

Tải xuống các tệp mở rộng mcChessCom - move confirmation for chess.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mcChessCom - move confirmation for chess.com mcChessCom - move confirmation for chess.com
ID hfckonpdalooejghjpbpimhcgighijck
URL Chính Thức https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck
Mô tả Move confirmation for chess.com
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-09-28
Ngày Phát Hành 2022-02-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mail.vpal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/VladimirPal/mcChessCom
URL Trang Trợ Giúp https://github.com/VladimirPal/mcChessCom/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}