xPet.tech

Raising your virtual pet on Twitter, hunting chest and farming $BPET token

xPet.techとは何ですか?

xPet.techはhttps://xpet.techによって開発されたChromeの拡張機能で、その主な機能は「Raising your virtual pet on Twitter, hunting chest and farming $BPET token」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Pet-raising directly on the Twitter (X) platform, hunting chest when interacting with tweets to receiving BPET token, pet food, and more. Storing information on the blockchain and using Web3 technology to purchase items and pets through smart contracts.                    

拡張機能の基本情報

名前 xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
公式URL https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
説明 Raising your virtual pet on Twitter, hunting chest and farming $BPET token
ファイルサイズ 13.16 MB
インストール数 117,016
現在のバージョン 5.1.4
最終更新日 2024-03-04
公開日 2023-11-29
評価 4.93/5 合計 790 レビュー
開発者 https://xpet.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xpet.tech
ヘルプページのURL https://docs.xpet.tech
プライバシーポリシーページのURL https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Raising your virtual pet on Twitter, hunting chest and farming $BPET token",
    "version": "5.1.4",
    "manifest_version": 3,
    "name": "xPet.tech",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-34.png"
    },
    "icons": {
        "34": "img\/icon-34.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.xpet.tech\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "*.png",
                "inpage.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}