AgarzXT HSLO

Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.

What is AgarzXT HSLO?

AgarzXT HSLO is a Chrome extension developed by xt-team, and its main feature is "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".

Extension Screenshots

screenshot
screenshot

Download AgarzXT HSLO Extension CRX File

Download AgarzXT HSLO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AgarzXT HSLO AgarzXT HSLO
ID fgboihihpdjoccnadgjgjfjaifjhbajd
Official URL https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd
Description Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
File Size 1.23 MB
Installation Count 25
Current Version 0.0.2
Last Updated 2023-12-21
Publish Date 2023-12-21
Rating 5.00/5 Total 2 Ratings
Developer xt-team
Email [email protected]
Payment Type free
Extension Website https://agarzxt.theoxt.com/
Help Page URL https://agarzxt.theoxt.com/
Privacy Policy Page URL https://wormxt.theoxt.com/privacy-policy
Supported Languages 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"
    ]
}