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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}