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