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文件

下载Chess.com Insights扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}