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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |