AgarzXT HSLO

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

Was ist AgarzXT HSLO?

AgarzXT HSLO ist eine Chrome-Erweiterung, die von xt-team entwickelt wurde, und ihr Hauptmerkmal ist "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".

Erweiterungsscreenshots

screenshot
screenshot

AgarzXT HSLO-Erweiterungs-CRX-Datei herunterladen

Laden Sie AgarzXT HSLO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AgarzXT HSLO AgarzXT HSLO
ID fgboihihpdjoccnadgjgjfjaifjhbajd
Offizielle URL https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd
Beschreibung Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Dateigröße 1.23 MB
Installationsanzahl 25
Aktuelle Version 0.0.2
Letztes Update 2023-12-21
Veröffentlichungsdatum 2023-12-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler xt-team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://agarzxt.theoxt.com/
Hilfeseite URL https://agarzxt.theoxt.com/
URL der Datenschutzrichtlinien-Seite https://wormxt.theoxt.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}