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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 XSaiyan
ID madpmbnfmgnfncmememiecaijampjjhm
公式URL 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
Eメール [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"
    }
}