WormXT

Connecting Friends, Teams and People & unlimited skins

WormXT란 무엇입니까?

WormXT은(는) xt-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connecting Friends, Teams and People & unlimited skins"입니다.

확장 프로그램 스크린샷

WormXT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Wormxt is the best extension for wormate.io. Enjoy a unique and innovative experience with new features to discover and totally free. We have been making extensions for different games like agar.io, gaver.io, igar.io, etc. All the years of experience support us.                    

확장 프로그램 기본 정보

이름 WormXT WormXT
ID jdhfalaiicobfembkbiheajkegkgoaec
공식 URL https://chromewebstore.google.com/detail/wormxt/jdhfalaiicobfembkbiheajkegkgoaec
설명 Connecting Friends, Teams and People & unlimited skins
파일 크기 761 KB
설치 횟수 3,633
현재 버전 0.0.1
최근 업데이트 2022-05-13
출시 날짜 2022-05-12
평점 4.78/5 총 9 개의 평점
개발자 xt-team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wormxt.theoxt.com/
도움말 페이지 URL https://wormxt.theoxt.com/
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WormXT",
    "short_name": "WXT",
    "description": "Connecting Friends, Teams and People & unlimited skins",
    "default_locale": "en",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "WORM XT - OFFICIAL"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wormate.io\/*"
            ],
            "css": [
                ".\/css\/style.css",
                ".\/js\/jquery-ui-1.13.1.custom\/jquery-ui.min.css",
                ".\/css\/shared.css"
            ],
            "js": [
                "background.js",
                ".\/js\/vendor.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/vendor.min.js",
                "js\/jquery-ui-1.13.1.custom\/jquery-ui.min.js",
                "js\/joy.min.js",
                "js\/messages_en.js"
            ],
            "matches": [
                "*:\/\/wormate.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "1",
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/wormate.io\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}