XSaiyan
Ultimate Social X-Game Platform - The next generation of GameFi
XSaiyan là gì?
XSaiyan là một tiện ích mở rộng Chrome được phát triển bởi https://xsaiyan.tech, và tính năng chính của nó là "Ultimate Social X-Game Platform - The next generation of GameFi".
Ả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 XSaiyan
Tải xuống các tệp mở rộng XSaiyan 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
XSaiyan is a fully on-chain GameFi project set in the DragonBall universe, where users can engage in a unique gaming experience while earning a stable and long-term income. Inspired by the legendary Saiyan warriors, the game combines blockchain and AI technologies on the Arbitrum platform
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | XSaiyan |
ID | madpmbnfmgnfncmememiecaijampjjhm |
URL Chính Thức | https://chromewebstore.google.com/detail/xsaiyan/madpmbnfmgnfncmememiecaijampjjhm |
Mô tả | Ultimate Social X-Game Platform - The next generation of GameFi |
Kích Thước Tệp | 2.97 MB |
Số Lần Cài Đặt | 12,921 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-02-06 |
Ngày Phát Hành | 2023-12-19 |
Đánh Giá | 4.96/5 Tổng số 134 Đánh Giá |
Nhà Phát Triển | https://xsaiyan.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xsaiyan.tech |
URL Trang Chính Sách Bảo Mật | https://www.termsfeed.com/live/be5cc1e8-2968-41c6-9305-6ac14546705c |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XSaiyan", "short_name": "XSaiyan", "description": "Ultimate Social X-Game Platform - The next generation of GameFi", "version": "1.1.1", "icons": { "16": "images\/MinimalTwitterIcon16.png", "32": "images\/MinimalTwitterIcon32.png", "48": "images\/MinimalTwitterIcon48.png", "128": "images\/MinimalTwitterIcon128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "index.html", "open_in_tab": true }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "dist\/main.js", "dist\/customer-extension.js" ] } ], "web_accessible_resources": [], "action": { "default_icon": { "16": "images\/MinimalTwitterIcon16.png", "32": "images\/MinimalTwitterIcon32.png", "48": "images\/MinimalTwitterIcon48.png" }, "default_title": "XSaiyan", "default_popup": "index.html" } } |