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 |
| Eメール | [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"
]
} | |