xPet.tech

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

Vad är xPet.tech?

xPet.tech är en Chrome-tillägg utvecklad av https://xpet.tech, och dess huvudfunktion är "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner xPet.tech-förlängningens CRX-fil

Ladda ner xPet.tech-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
Officiell webbadress https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Beskrivning Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Filstorlek 13.16 MB
Antal Installationer 117,016
Aktuell Version 5.1.4
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2023-11-29
Betyg 4.93/5 Totalt 790 Betyg
Utvecklare https://xpet.tech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://xpet.tech
Hjälpsida URL https://docs.xpet.tech
URL till Sekretesspolicy Sidan https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}