xPet.tech

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

xPet.tech là gì?

xPet.tech là một tiện ích mở rộng Chrome được phát triển bởi https://xpet.tech, và tính năng chính của nó là "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xPet.tech

Tải xuống các tệp mở rộng xPet.tech dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xPet.tech xPet.tech
ID lpcacagdanaollekchlniifnnflbamep
URL Chính Thức https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep
Mô tả Raising your virtual pet on Twitter, hunting chest and farming $BPET token
Kích Thước Tệp 13.16 MB
Số Lần Cài Đặt 117,016
Phiên Bản Hiện Tại 5.1.4
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-11-29
Đánh Giá 4.93/5 Tổng số 790 Đánh Giá
Nhà Phát Triển https://xpet.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xpet.tech
URL Trang Trợ Giúp https://docs.xpet.tech
URL Trang Chính Sách Bảo Mật https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}