mcChessCom - move confirmation for chess.com
Move confirmation for chess.com
¿Qué es mcChessCom - move confirmation for chess.com?
mcChessCom - move confirmation for chess.com es una extensión de Chrome desarrollada por mail.vpal, y su función principal es "Move confirmation for chess.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión mcChessCom - move confirmation for chess.com
Descarga archivos de extensión mcChessCom - move confirmation for chess.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | mcChessCom - move confirmation for chess.com |
ID | hfckonpdalooejghjpbpimhcgighijck |
URL Oficial | https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck |
Descripción | Move confirmation for chess.com |
Tamaño del Archivo | 176 KB |
Cantidad de Instalaciones | 142 |
Versión Actual | 1.1.1 |
Última Actualización | 2023-09-28 |
Fecha de Publicación | 2022-02-20 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | mail.vpal |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/VladimirPal/mcChessCom |
URL de la Página de Ayuda | https://github.com/VladimirPal/mcChessCom/issues |
Idiomas Soportados | 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\/*" ] } ] } |