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"
    }
}