xPet.tech

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

What is xPet.tech?

xPet.tech is a Chrome extension developed by https://xpet.tech, and its main feature is "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download xPet.tech Extension CRX File

Download xPet.tech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
Official URL https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Description Raising your virtual pet on Twitter, hunting chest and farming $BPET token
File Size 13.16 MB
Installation Count 117,016
Current Version 5.1.4
Last Updated 2024-03-04
Publish Date 2023-11-29
Rating 4.93/5 Total 790 Ratings
Developer https://xpet.tech
Email [email protected]
Payment Type free
Extension Website https://xpet.tech
Help Page URL https://docs.xpet.tech
Privacy Policy Page URL https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}