AgarzXT HSLO
Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.
Vad är AgarzXT HSLO?
AgarzXT HSLO är en Chrome-tillägg utvecklad av xt-team, och dess huvudfunktion är "Improve your game with automatic respawns and new designs, HSLO XT enhance your experience.".
Tilläggsskärmbilder
Ladda ner AgarzXT HSLO-förlängningens CRX-fil
Ladda ner AgarzXT HSLO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fgboihihpdjoccnadgjgjfjaifjhbajd |
| Officiell webbadress | https://chromewebstore.google.com/detail/agarzxt-hslo/fgboihihpdjoccnadgjgjfjaifjhbajd |
| Beskrivning | Improve your game with automatic respawns and new designs, HSLO XT enhance your experience. |
| Filstorlek | 1.23 MB |
| Antal Installationer | 25 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2023-12-21 |
| Publiceringsdatum | 2023-12-21 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | xt-team |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://agarzxt.theoxt.com/ |
| Hjälpsida URL | https://agarzxt.theoxt.com/ |
| URL till Sekretesspolicy Sidan | https://wormxt.theoxt.com/privacy-policy |
| Stödda Språk | 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"
]
} | |