Chess.com utilities

Extra Chess.com utilities

Chess.com utilities란 무엇입니까?

Chess.com utilities은(는) lm4rcu5l에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extra Chess.com utilities"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chess.com utilities 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extra settings for chess.com.

Currently supported settings:
 - Hide your own rating in live games - Keyboard shortcut: 'y'
 - Hide the opponents rating in live games - Keyboard shortcut: 'o'
 - Enable auto start of new games - Keyboard shortcut: 'a'                    

확장 프로그램 기본 정보

이름 Chess.com utilities Chess.com utilities
ID bjeankebiaanlljplaebkiekeimiphha
공식 URL https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha
설명 Extra Chess.com utilities
파일 크기 114 KB
설치 횟수 22
현재 버전 1.1
최근 업데이트 2023-12-31
출시 날짜 2023-03-29
개발자 lm4rcu5l
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com utilities",
    "description": "Extra Chess.com utilities",
    "version": "1.1",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/images\/pawn.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    }
}