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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}