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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/*" ] } ] } |