xPet.tech

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

Co to jest xPet.tech?

xPet.tech to rozszerzenie Chrome opracowane przez https://xpet.tech, a jego główną funkcją jest „Raising your virtual pet on Twitter, hunting chest and farming $BPET token”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia xPet.tech

Pobierz pliki rozszerzeń xPet.tech w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
Oficjalny URL https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Opis Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Rozmiar pliku 13.16 MB
Liczba instalacji 117,016
Aktualna Wersja 5.1.4
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2023-11-29
Ocena 4.93/5 Łącznie 790 Oceny
Deweloper https://xpet.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://xpet.tech
Adres URL Strony Pomocy https://docs.xpet.tech
Adres URL Strony Polityki Prywatności https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}