XSaiyan

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

XSaiyanคืออะไร?

XSaiyan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xsaiyan.tech และคุณลักษณะหลักของมันคือ "Ultimate Social X-Game Platform - The next generation of GameFi"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XSaiyan

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}