Gladiatus nBot
Auto do Things
Was ist Gladiatus nBot?
Gladiatus nBot ist eine Chrome-Erweiterung, die von https://nbot.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Auto do Things".
Erweiterungsscreenshots
Gladiatus nBot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gladiatus nBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A new way to play gladiatus, save your time and have a lot of fun!
Grundlegende Informationen zur Erweiterung
Name | Gladiatus nBot |
ID | npfihoncaeggchfpldnmodmdajngpjib |
Offizielle URL | https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib |
Beschreibung | Auto do Things |
Dateigröße | 366 KB |
Installationsanzahl | 2,396 |
Aktuelle Version | 1.2.9 |
Letztes Update | 2021-01-18 |
Veröffentlichungsdatum | 2020-10-03 |
Bewertung | 3.27/5 Insgesamt 22 Bewertungen |
Entwickler | https://nbot.com.br |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gladiatus nBot", "version": "1.2.9", "description": "Auto do Things", "author": "Nephtus", "background": { "scripts": [ "\/src\/resources\/libraries\/jquery-3.5.1.min.js", "\/src\/background.js" ], "persistent": false }, "permissions": [ "storage", "alarms" ], "content_scripts": [ { "matches": [ "*:\/\/*.gladiatus.gameforge.com\/game\/index.php*", "*:\/\/lobby.gladiatus.gameforge.com\/*" ], "js": [ "\/src\/resources\/libraries\/jquery-3.5.1.min.js", "\/src\/resources\/locale\/locale.js", "\/src\/tools.js", "\/src\/loader.js", "\/src\/main.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "logos\/nLogo16.png", "32": "logos\/nLogo32.png", "48": "logos\/nLogo48.png", "128": "logos\/nLogo128.png" }, "web_accessible_resources": [ "src\/*" ], "manifest_version": 2 } |