WormXT
Connecting Friends, Teams and People & unlimited skins
什么是WormXT?
WormXT是由xt-team开发的Chrome扩展程序,该扩展的主要功能是“Connecting Friends, Teams and People & unlimited skins”。
扩展截图
下载WormXT扩展crx文件
下载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 |
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" ] } |