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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 AgarzXT HSLO AgarzXT HSLO
ID fgboihihpdjoccnadgjgjfjaifjhbajd
官方網址 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"
    ]
}