WormXT

Connecting Friends, Teams and People & unlimited skins

Wat is WormXT?

WormXT is een Chrome-extensie ontwikkeld door xt-team, en de belangrijkste functie is "Connecting Friends, Teams and People & unlimited skins".

Extensie Screenshots

Download het CRX-bestand van de extensie WormXT

Download WormXT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WormXT WormXT
ID jdhfalaiicobfembkbiheajkegkgoaec
Officiële URL https://chromewebstore.google.com/detail/wormxt/jdhfalaiicobfembkbiheajkegkgoaec
Beschrijving Connecting Friends, Teams and People & unlimited skins
Bestandsgrootte 761 KB
Aantal Installaties 3,633
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-05-13
Publicatiedatum 2022-05-12
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar xt-team
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wormxt.theoxt.com/
Help Pagina-URL https://wormxt.theoxt.com/
Ondersteunde Talen 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"
    ]
}