xPet.tech

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

Hvad er xPet.tech?

xPet.tech er en Chrome-udvidelse udviklet af https://xpet.tech, og dens hovedfunktion er "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download xPet.tech-udvidelses-CRX-fil

Download xPet.tech-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
Officiel URL https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Beskrivelse Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Filstørrelse 13.16 MB
Antal Installationer 117,016
Nuværende Version 5.1.4
Senest Opdateret 2024-03-04
Udgivelsesdato 2023-11-29
Bedømmelse 4.93/5 Samlet 790 Bedømmelser
Udvikler https://xpet.tech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://xpet.tech
Hjælpeside-URL https://docs.xpet.tech
URL til Fortrolighedspolitik Side https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}