Chess.com Insights

Shows Win/Lose/Draw and average accuracy for players on chess.com

Chess.com Insights란 무엇입니까?

Chess.com Insights은(는) thieleju에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Win/Lose/Draw and average accuracy for players on chess.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension shows statistics for chess.com games. 
Use the icon in the top right corner to adjust the settings.

- First three numbers are the wins/loses/draws of the player
- Percentage in brackets is the average accuracy of the player
    - Accuracy is only available on reviewed games
    - Hover over the stats to see information how many games the average is based on


https://github.com/thieleju/chess-com-insights                    

확장 프로그램 기본 정보

이름 Chess.com Insights Chess.com Insights
ID mobpnhbkmljienoleojnhbfhkhodpffe
공식 URL https://chromewebstore.google.com/detail/chesscom-insights/mobpnhbkmljienoleojnhbfhkhodpffe
설명 Shows Win/Lose/Draw and average accuracy for players on chess.com
파일 크기 2.28 MB
설치 횟수 612
현재 버전 2.5.1
최근 업데이트 2024-02-29
출시 날짜 2023-06-18
평점 5.00/5 총 4 개의 평점
개발자 thieleju
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/thieleju/chess-com-insights
도움말 페이지 URL https://github.com/thieleju/chess-com-insights
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com Insights",
    "description": "Shows Win\/Lose\/Draw and average accuracy for players on chess.com",
    "author": "thieleju",
    "manifest_version": 3,
    "version": "2.5.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_locale": "en",
        "default_title": "Chess.com Insights",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/insights.ts-loader-c0be3281.js"
            ],
            "matches": [
                "https:\/\/*.chess.com\/play\/online*",
                "https:\/\/*.chess.com\/play\/online\/*",
                "https:\/\/*.chess.com\/game\/daily\/*",
                "https:\/\/*.chess.com\/game\/live\/*",
                "https:\/\/*.chess.com\/live\/game\/*",
                "https:\/\/*.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.chess.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.chess.com\/*",
                "https:\/\/*.chess.com\/*",
                "https:\/\/*.chess.com\/*",
                "https:\/\/*.chess.com\/*",
                "https:\/\/*.chess.com\/*",
                "https:\/\/*.chess.com\/*"
            ],
            "resources": [
                "assets\/settings-b0edff48.js",
                "assets\/insights.ts-6085b883.js"
            ],
            "use_dynamic_url": true
        }
    ]
}