xPet.tech

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

Wat is xPet.tech?

xPet.tech is een Chrome-extensie ontwikkeld door https://xpet.tech, en de belangrijkste functie is "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie xPet.tech

Download xPet.tech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
Officiële URL https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Beschrijving Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Bestandsgrootte 13.16 MB
Aantal Installaties 117,016
Huidige Versie 5.1.4
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2023-11-29
Beoordeling 4.93/5 Totaal 790 Beoordelingen
Ontwikkelaar https://xpet.tech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://xpet.tech
Help Pagina-URL https://docs.xpet.tech
URL van de Privacybeleid Pagina https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}