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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}