WormXT

Connecting Friends, Teams and People & unlimited skins

WormXT क्या है?

WormXT xt-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connecting Friends, Teams and People & unlimited skins"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WormXT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}