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”。
擴展截圖
下載Eval Pineapple擴展crx文件
下載Eval Pineapple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hikaru's facial expressions replace the eval bar on Lichess and Chess.com 擴展基本資訊
| 名稱 | |
| ID | hjgogmdflcjchfjcjhlhlgfiekebcdnh |
| 官方網址 | 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"
}
]
} | |