XDog

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

XDogとは何ですか?

XDogはhttps://xdog.techによって開発されたChromeの拡張機能で、その主な機能は「The first fully on-chain social game powered by COMSATS.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

XDog拡張機能のCRXファイルをダウンロード

XDog拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
- ...                    

拡張機能の基本情報

名前 XDog XDog
ID foejngklggadnbpjjenhominjijgkian
公式URL https://chromewebstore.google.com/detail/xdog/foejngklggadnbpjjenhominjijgkian
説明 The first fully on-chain social game powered by COMSATS.
ファイルサイズ 2.93 MB
インストール数 1,981
現在のバージョン 1.0.3
最終更新日 2024-01-10
公開日 2024-01-05
評価 4.90/5 合計 20 レビュー
開発者 https://xdog.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.xdog.tech
プライバシーポリシーページのURL https://www.termsfeed.com/live/a94fcbf6-e680-4b09-93f4-b7d8f564db46
対応言語 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"
    }
}