mcChessCom - move confirmation for chess.com
Move confirmation for chess.com
Hvad er mcChessCom - move confirmation for chess.com?
mcChessCom - move confirmation for chess.com er en Chrome-udvidelse udviklet af mail.vpal, og dens hovedfunktion er "Move confirmation for chess.com".
Udvidelsesskærmbilleder
Download mcChessCom - move confirmation for chess.com-udvidelses-CRX-fil
Download mcChessCom - move confirmation for chess.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hfckonpdalooejghjpbpimhcgighijck |
| Officiel URL | https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck |
| Beskrivelse | Move confirmation for chess.com |
| Filstørrelse | 176 KB |
| Antal Installationer | 142 |
| Nuværende Version | 1.1.1 |
| Senest Opdateret | 2023-09-28 |
| Udgivelsesdato | 2022-02-20 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | mail.vpal |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/VladimirPal/mcChessCom |
| Hjælpeside-URL | https://github.com/VladimirPal/mcChessCom/issues |
| Understøttede Sprog | 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\/*"
]
}
]
} | |