Eval Pineapple

Hikaru's facial expressions replace the eval bar on lichess and chess.com

什么是Eval Pineapple?

Eval Pineapple是由nalegends1开发的Chrome扩展程序,该扩展的主要功能是“Hikaru's facial expressions replace the eval bar on lichess and chess.com”。

扩展截图

screenshot
screenshot

下载Eval Pineapple扩展crx文件

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

扩展使用说明

                        Hikaru's facial expressions replace the eval bar on Lichess and Chess.com                    

扩展基本信息

名称 Eval Pineapple Eval Pineapple
ID hjgogmdflcjchfjcjhlhlgfiekebcdnh
官方URL https://chromewebstore.google.com/detail/eval-pineapple/hjgogmdflcjchfjcjhlhlgfiekebcdnh
简介 Hikaru's facial expressions replace the eval bar on lichess and chess.com
文件大小 57.79 KB
安装次数 42
当前版本 1.0
更新时间 2023-08-18
上架时间 2023-08-17
开发者 nalegends1
电子邮箱 [email protected]
付费类型 free
扩展官网 https://evalpineapple.github.io
帮助页面URL https://evalpineapple.github.io/#support
隐私政策页面URL https://evalpineapple.github.io
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eval Pineapple",
    "version": "1.0",
    "description": "Hikaru's facial expressions replace the eval bar on lichess and chess.com",
    "author": "Patzer",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/*"
            ],
            "js": [
                "shared.js",
                "chesscom_eval.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.lichess.org\/*"
            ],
            "js": [
                "shared.js",
                "lichess_eval.js"
            ],
            "run_at": "document_end"
        }
    ]
}