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
官方網址 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
電子郵箱 [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"
    }
}