WormXT

Connecting Friends, Teams and People & unlimited skins

WormXTคืออะไร?

WormXT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xt-team และคุณลักษณะหลักของมันคือ "Connecting Friends, Teams and People & unlimited skins"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WormXT

ดาวน์โหลดไฟล์ส่วนขยาย WormXT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    ]
}