AgarzXT HSLO
Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
什么是AgarzXT HSLO?
AgarzXT HSLO是由xt-team开发的Chrome扩展程序,该扩展的主要功能是“Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.”。
扩展截图
下载AgarzXT HSLO扩展crx文件
下载AgarzXT HSLO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | fgboihihpdjoccnadgjgjfjaifjhbajd |
| 官方URL | https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd |
| 简介 | Improve your game with automatic respawns and new designs, HSLO XT enhance your experience. |
| 文件大小 | 1.23 MB |
| 安装次数 | 25 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-12-21 |
| 上架时间 | 2023-12-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | xt-team |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://agarzxt.theoxt.com/ |
| 帮助页面URL | https://agarzxt.theoxt.com/ |
| 隐私政策页面URL | https://wormxt.theoxt.com/privacy-policy |
| 支持的语言 | 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"
]
} | |