xPet.tech

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

Qu'est-ce que xPet.tech ?

xPet.tech est une extension Chrome développée par https://xpet.tech, et sa fonction principale est "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension xPet.tech

Téléchargez les fichiers d'extension xPet.tech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
URL Officiel https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Description Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Taille du Fichier 13.16 MB
Nombre d'Installations 117,016
Version Actuelle 5.1.4
Dernière Mise à Jour 2024-03-04
Date de Publication 2023-11-29
Évaluation 4.93/5 Total 790 Évaluations
Développeur https://xpet.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xpet.tech
URL de la Page d'Aide https://docs.xpet.tech
URL de la Page de Politique de Confidentialité https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}