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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://docs.xpet.tech
URL หน้านโยบายความเป็นส่วนตัว 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": [
                ""
            ]
        }
    ]
}