xPet.tech

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

Cos'è xPet.tech?

xPet.tech è un'estensione di Chrome sviluppata da https://xpet.tech, e la sua funzione principale è "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione xPet.tech

Scarica i file di estensione xPet.tech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
URL Ufficiale https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Descrizione Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Dimensione del File 13.16 MB
Conteggio Installazioni 117,016
Versione Corrente 5.1.4
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-11-29
Valutazione 4.93/5 Totale 790 Valutazioni
Sviluppatore https://xpet.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://xpet.tech
URL della Pagina di Aiuto https://docs.xpet.tech
URL della Pagina della Politica sulla Privacy https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}