AgarzXT HSLO
Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Wat is AgarzXT HSLO?
AgarzXT HSLO is een Chrome-extensie ontwikkeld door xt-team, en de belangrijkste functie is "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie AgarzXT HSLO
Download AgarzXT HSLO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AgarzXT HSLO |
ID | fgboihihpdjoccnadgjgjfjaifjhbajd |
Officiële URL | https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd |
Beschrijving | Improve your game with automatic respawns and new designs, HSLO XT enhance your experience. |
Bestandsgrootte | 1.23 MB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-12-21 |
Publicatiedatum | 2023-12-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | xt-team |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://agarzxt.theoxt.com/ |
Help Pagina-URL | https://agarzxt.theoxt.com/ |
URL van de Privacybeleid Pagina | https://wormxt.theoxt.com/privacy-policy |
Ondersteunde Talen | 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" ] } |