Lichess enhancement
New styles of pieces and boards for Lichess
Lichess enhancement là gì?
Lichess enhancement là một tiện ích mở rộng Chrome được phát triển bởi ducksper, và tính năng chính của nó là "New styles of pieces and boards for Lichess".
Ả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 Lichess enhancement
Tải xuống các tệp mở rộng Lichess enhancement 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
NEW AMOGUS PIECES ! With this extension you will be able to play chess on Lichess with more than 35 styles for chess pieces and more than 20 styles for boards. The extension works on the whole site whether you watch a game or play a game. The extension also works for variants.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lichess enhancement |
ID | ikmpcihcohdjammgkopfgohojdelmfoi |
URL Chính Thức | https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi |
Mô tả | New styles of pieces and boards for Lichess |
Kích Thước Tệp | 59.73 MB |
Số Lần Cài Đặt | 3,958 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2022-09-12 |
Ngày Phát Hành | 2020-12-29 |
Đánh Giá | 4.62/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | ducksper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ducksper.github.io/lichess_enhancement.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lichess enhancement", "version": "3", "description": "New styles of pieces and boards for Lichess", "homepage_url": "https:\/\/github.com\/ducksper\/lichess_enhancement", "icons": { "48": "ressources\/logo\/chesscom_pawn.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.lichess.org\/*" ], "js": [ "main.js", "ressources\/js\/arrive.js", "ressources\/js\/Boards.js", "ressources\/js\/Pieces.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "ressources\/logo\/chesscom_pawn.png", "default_title": "Lichess enhancement", "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "ressources\/*" ], "matches": [ " |