AgarzXT HSLO
Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Hvad er AgarzXT HSLO?
AgarzXT HSLO er en Chrome-udvidelse udviklet af xt-team, og dens hovedfunktion er "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".
Udvidelsesskærmbilleder
Download AgarzXT HSLO-udvidelses-CRX-fil
Download AgarzXT HSLO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AgarzXT HSLO |
ID | fgboihihpdjoccnadgjgjfjaifjhbajd |
Officiel URL | https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd |
Beskrivelse | Improve your game with automatic respawns and new designs, HSLO XT enhance your experience. |
Filstørrelse | 1.23 MB |
Antal Installationer | 25 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2023-12-21 |
Udgivelsesdato | 2023-12-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | xt-team |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://agarzxt.theoxt.com/ |
Hjælpeside-URL | https://agarzxt.theoxt.com/ |
URL til Fortrolighedspolitik Side | https://wormxt.theoxt.com/privacy-policy |
Understøttede Sprog | 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" ] } |