xPet.tech

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

xPet.tech क्या है?

xPet.tech https://xpet.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Raising your virtual pet on Twitter, hunting chest and farming $BPET token"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में xPet.tech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}