mcChessCom - move confirmation for chess.com
Move confirmation for chess.com
Wat is mcChessCom - move confirmation for chess.com?
mcChessCom - move confirmation for chess.com is een Chrome-extensie ontwikkeld door mail.vpal, en de belangrijkste functie is "Move confirmation for chess.com".
Extensie Screenshots
Download het CRX-bestand van de extensie mcChessCom - move confirmation for chess.com
Download mcChessCom - move confirmation for chess.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | mcChessCom - move confirmation for chess.com |
ID | hfckonpdalooejghjpbpimhcgighijck |
Officiële URL | https://chromewebstore.google.com/detail/mcchesscom-move-confirmat/hfckonpdalooejghjpbpimhcgighijck |
Beschrijving | Move confirmation for chess.com |
Bestandsgrootte | 176 KB |
Aantal Installaties | 142 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2023-09-28 |
Publicatiedatum | 2022-02-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mail.vpal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/VladimirPal/mcChessCom |
Help Pagina-URL | https://github.com/VladimirPal/mcChessCom/issues |
Ondersteunde Talen | 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\/*" ] } ] } |