XSaiyan

Ultimate Social X-Game Platform - The next generation of GameFi

XSaiyan क्या है?

XSaiyan https://xsaiyan.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ultimate Social X-Game Platform - The next generation of GameFi"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XSaiyan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}