Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Custom Chess Pieces là gì?
Custom Chess Pieces là một tiện ích mở rộng Chrome được phát triển bởi Software By Jules, và tính năng chính của nó là "Customize your chess pieces and more on chess.com and lichess.org".
Ả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 Custom Chess Pieces
Tải xuống các tệp mở rộng Custom Chess Pieces 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
This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. To use the extension simply click on the icon after downloading it. You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA You can check out our other extensions on https://www.softwarebyjules.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
Mô tả | Customize your chess pieces and more on chess.com and lichess.org |
Kích Thước Tệp | 10.36 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-09-22 |
Ngày Phát Hành | 2023-09-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Software By Jules |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://softwarebyjules.com |
URL Trang Chính Sách Bảo Mật | https://softwarebyjules.com/index.php/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Chess Pieces", "description": "Customize your chess pieces and more on chess.com and lichess.org", "version": "1.1", "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "js": [ "rerun.js" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_title": "Custom Chess Pieces", "default_icon": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } } |