xPet.tech

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

ما هو xPet.tech؟

xPet.tech هو إضافة Chrome تم تطويرها بواسطة https://xpet.tech، والميزة الرئيسية لها هي "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة xPet.tech

قم بتنزيل ملفات الامتداد xPet.tech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
عنوان URL الرسمي https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
الوصف Raising your virtual pet on Twitter, hunting chest and farming $BPET token
حجم الملف 13.16 MB
عدد التثبيتات 117,016
النسخة الحالية 5.1.4
آخر تحديث 2024-03-04
تاريخ النشر 2023-11-29
تقييم 4.93/5 مجموع تقييمات 790
المطور https://xpet.tech
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://xpet.tech
عنوان صفحة المساعدة https://docs.xpet.tech
عنوان صفحة سياسة الخصوصية https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}