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 |
| 公式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 |
| Eメール | [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"
}
]
} | |