WormXT
Connecting Friends, Teams and People & unlimited skins
WormXT là gì?
WormXT là một tiện ích mở rộng Chrome được phát triển bởi xt-team, và tính năng chính của nó là "Connecting Friends, Teams and People & unlimited skins".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WormXT
Tải xuống các tệp mở rộng WormXT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WormXT |
ID | jdhfalaiicobfembkbiheajkegkgoaec |
URL Chính Thức | https://chromewebstore.google.com/detail/wormxt/jdhfalaiicobfembkbiheajkegkgoaec |
Mô tả | Connecting Friends, Teams and People & unlimited skins |
Kích Thước Tệp | 761 KB |
Số Lần Cài Đặt | 3,633 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-05-13 |
Ngày Phát Hành | 2022-05-12 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | xt-team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wormxt.theoxt.com/ |
URL Trang Trợ Giúp | https://wormxt.theoxt.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |