XSaiyan

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

Qu'est-ce que XSaiyan ?

XSaiyan est une extension Chrome développée par https://xsaiyan.tech, et sa fonction principale est "Ultimate Social X-Game Platform - The next generation of GameFi".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension XSaiyan

Téléchargez les fichiers d'extension XSaiyan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom XSaiyan XSaiyan
ID madpmbnfmgnfncmememiecaijampjjhm
URL Officiel https://chromewebstore.google.com/detail/xsaiyan/madpmbnfmgnfncmememiecaijampjjhm
Description Ultimate Social X-Game Platform - The next generation of GameFi
Taille du Fichier 2.97 MB
Nombre d'Installations 12,921
Version Actuelle 1.1.1
Dernière Mise à Jour 2024-02-06
Date de Publication 2023-12-19
Évaluation 4.96/5 Total 134 Évaluations
Développeur https://xsaiyan.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xsaiyan.tech
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/be5cc1e8-2968-41c6-9305-6ac14546705c
Langues Prises en Charge 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"
    }
}