mcChessCom - move confirmation for chess.com
Move confirmation for chess.com
O que é mcChessCom - move confirmation for chess.com?
mcChessCom - move confirmation for chess.com é uma extensão do Chrome desenvolvida por mail.vpal, e sua principal característica é "Move confirmation for chess.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão mcChessCom - move confirmation for chess.com
Baixe arquivos de extensão mcChessCom - move confirmation for chess.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | hfckonpdalooejghjpbpimhcgighijck |
| URL Oficial | https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck |
| Descrição | Move confirmation for chess.com |
| Tamanho do Arquivo | 176 KB |
| Contagem de Instalações | 142 |
| Versão Atual | 1.1.1 |
| Última Atualização | 2023-09-28 |
| Data de Publicação | 2022-02-20 |
| Classificação | 5.00/5 Total de 1 Avaliações |
| Desenvolvedor | mail.vpal |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/VladimirPal/mcChessCom |
| URL da Página de Ajuda | https://github.com/VladimirPal/mcChessCom/issues |
| Idiomas Suportados | 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\/*"
]
}
]
} | |