XDog

The first fully on-chain social game powered by COMSATS.

Qu'est-ce que XDog ?

XDog est une extension Chrome développée par https://xdog.tech, et sa fonction principale est "The first fully on-chain social game powered by COMSATS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension XDog 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

                        XDog is a decentralized social game developed by the CSAS team, aiming to revolutionize virtual pet interactions and gaming experiences.

By leveraging blockchain technology, XDog offers a unique, engaging, and secure environment where users can raise and care for virtual dogs.
The platform is designed to blend the joy of dog ownership with the innovative capabilities of decentralized technology, offering a rich, interactive, and rewarding experience.

Key Features of XDog
- Caring Dogs
- X Chests
- Farming
- Strolling
- Earn Together
- NFT Marketplace
- Staking
- Borrowing
- DAO revenue
- ...                    

Informations de Base sur l'Extension

Nom XDog XDog
ID foejngklggadnbpjjenhominjijgkian
URL Officiel https://chromewebstore.google.com/detail/xdog/foejngklggadnbpjjenhominjijgkian
Description The first fully on-chain social game powered by COMSATS.
Taille du Fichier 2.93 MB
Nombre d'Installations 1,981
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-01-10
Date de Publication 2024-01-05
Évaluation 4.90/5 Total 20 Évaluations
Développeur https://xdog.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.xdog.tech
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/a94fcbf6-e680-4b09-93f4-b7d8f564db46
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XDog",
    "short_name": "XDog",
    "description": "The first fully on-chain social game powered by COMSATS.",
    "version": "1.0.3",
    "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": "XDog",
        "default_popup": "index.html"
    }
}