AgarzXT HSLO

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

Cos'è AgarzXT HSLO?

AgarzXT HSLO è un'estensione di Chrome sviluppata da xt-team, e la sua funzione principale è "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AgarzXT HSLO

Scarica i file di estensione AgarzXT HSLO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AgarzXT HSLO AgarzXT HSLO
ID fgboihihpdjoccnadgjgjfjaifjhbajd
URL Ufficiale https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd
Descrizione Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Dimensione del File 1.23 MB
Conteggio Installazioni 25
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2023-12-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore xt-team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://agarzxt.theoxt.com/
URL della Pagina di Aiuto https://agarzxt.theoxt.com/
URL della Pagina della Politica sulla Privacy https://wormxt.theoxt.com/privacy-policy
Lingue Supportate 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"
    ]
}