AgarzXT HSLO

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

Apa itu AgarzXT HSLO?

AgarzXT HSLO adalah ekstensi Chrome yang dikembangkan oleh xt-team, dan fitur utamanya adalah "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AgarzXT HSLO

Unduh file ekstensi AgarzXT HSLO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AgarzXT HSLO AgarzXT HSLO
ID fgboihihpdjoccnadgjgjfjaifjhbajd
URL Resmi https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd
Deskripsi Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Ukuran File 1.23 MB
Jumlah Instalasi 25
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2023-12-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang xt-team
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://agarzxt.theoxt.com/
URL Halaman Bantuan https://agarzxt.theoxt.com/
URL Halaman Kebijakan Privasi https://wormxt.theoxt.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}