Eval Pineapple
Hikaru's facial expressions replace the eval bar on lichess and chess.com
Eval Pineapple là gì?
Eval Pineapple là một tiện ích mở rộng Chrome được phát triển bởi nalegends1, và tính năng chính của nó là "Hikaru's facial expressions replace the eval bar on lichess and chess.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Eval Pineapple
Tải xuống các tệp mở rộng Eval Pineapple dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hikaru's facial expressions replace the eval bar on Lichess and Chess.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Eval Pineapple |
ID | hjgogmdflcjchfjcjhlhlgfiekebcdnh |
URL Chính Thức | https://chromewebstore.google.com/detail/eval-pineapple/hjgogmdflcjchfjcjhlhlgfiekebcdnh |
Mô tả | Hikaru's facial expressions replace the eval bar on lichess and chess.com |
Kích Thước Tệp | 57.79 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-08-18 |
Ngày Phát Hành | 2023-08-17 |
Nhà Phát Triển | nalegends1 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://evalpineapple.github.io |
URL Trang Trợ Giúp | https://evalpineapple.github.io/#support |
URL Trang Chính Sách Bảo Mật | https://evalpineapple.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |