AgarzXT HSLO
Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
AgarzXT HSLO là gì?
AgarzXT HSLO 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à "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".
Ả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 AgarzXT HSLO
Tải xuống các tệp mở rộng AgarzXT HSLO 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
AgarzXT HSLO is the best extension for wormate.io. You will be able to have additional features such as skins and accessories. You will have a list of active servers and soon new news.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AgarzXT HSLO |
ID | fgboihihpdjoccnadgjgjfjaifjhbajd |
URL Chính Thức | https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd |
Mô tả | Improve your game with automatic respawns and new designs, HSLO XT enhance your experience. |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-12-21 |
Ngày Phát Hành | 2023-12-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | xt-team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://agarzxt.theoxt.com/ |
URL Trang Trợ Giúp | https://agarzxt.theoxt.com/ |
URL Trang Chính Sách Bảo Mật | https://wormxt.theoxt.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AgarzXT HSLO", "short_name": "HSLO_XT", "description": "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.", "default_locale": "en", "version": "0.0.2", "action": { "default_popup": "popup\/popup.html", "default_title": "AgarzXT HSLO - OFFICIAL" }, "content_scripts": [ { "matches": [ "https:\/\/agarz.com\/*", "https:\/\/swykz.theoxt.com\/*" ], "css": [ "\/css\/index.css" ], "js": [ "background.js" ], "run_at": "document_start" } ], "icons": { "512": "images\/logo1.png" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "ruleset_1", "path": "rules.json" } ] }, "host_permissions": [ "*:\/\/agarz.com\/*", "*:\/\/swykz.theoxt.com\/*" ], "permissions": [ "declarativeNetRequest" ] } |