XSaiyan

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

¿Qué es XSaiyan?

XSaiyan es una extensión de Chrome desarrollada por https://xsaiyan.tech, y su función principal es "Ultimate Social X-Game Platform - The next generation of GameFi".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión XSaiyan

Descarga archivos de extensión XSaiyan en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre XSaiyan XSaiyan
ID madpmbnfmgnfncmememiecaijampjjhm
URL Oficial https://chromewebstore.google.com/detail/xsaiyan/madpmbnfmgnfncmememiecaijampjjhm
Descripción Ultimate Social X-Game Platform - The next generation of GameFi
Tamaño del Archivo 2.97 MB
Cantidad de Instalaciones 12,921
Versión Actual 1.1.1
Última Actualización 2024-02-06
Fecha de Publicación 2023-12-19
Calificación 4.96/5 Total de 134 Calificaciones
Desarrollador https://xsaiyan.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://xsaiyan.tech
URL de la Página de Política de Privacidad https://www.termsfeed.com/live/be5cc1e8-2968-41c6-9305-6ac14546705c
Idiomas Soportados 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"
    }
}