XSaiyan
Ultimate Social X-Game Platform - The next generation of GameFi
什麼是XSaiyan?
XSaiyan是由https://xsaiyan.tech開發的Chrome擴展程式,該擴展的主要功能是“Ultimate Social X-Game Platform - The next generation of GameFi”。
擴展截圖
下載XSaiyan擴展crx文件
下載XSaiyan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | XSaiyan |
ID | madpmbnfmgnfncmememiecaijampjjhm |
官方網址 | https://chromewebstore.google.com/detail/xsaiyan/madpmbnfmgnfncmememiecaijampjjhm |
簡介 | Ultimate Social X-Game Platform - The next generation of GameFi |
檔案大小 | 2.97 MB |
安裝次數 | 12,921 |
目前版本 | 1.1.1 |
更新時間 | 2024-02-06 |
上架時間 | 2023-12-19 |
評分 | 4.96/5 共 134 次評分 |
開發者 | https://xsaiyan.tech |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://xsaiyan.tech |
隱私政策頁面URL | https://www.termsfeed.com/live/be5cc1e8-2968-41c6-9305-6ac14546705c |
支援的語言 | 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" } } |