xPet.tech

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

xPet.tech란 무엇입니까?

xPet.tech은(는) https://xpet.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raising your virtual pet on Twitter, hunting chest and farming $BPET token"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

xPet.tech 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": [
                ""
            ]
        }
    ]
}