Gladiatus nBot
Auto do Things
What is Gladiatus nBot?
Gladiatus nBot is a Chrome extension developed by https://nbot.com.br, and its main feature is "Auto do Things".
Extension Screenshots
Download Gladiatus nBot Extension CRX File
Download Gladiatus nBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A new way to play gladiatus, save your time and have a lot of fun!
Extension Basic Information
Name | Gladiatus nBot |
ID | npfihoncaeggchfpldnmodmdajngpjib |
Official URL | https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib |
Description | Auto do Things |
File Size | 366 KB |
Installation Count | 2,396 |
Current Version | 1.2.9 |
Last Updated | 2021-01-18 |
Publish Date | 2020-10-03 |
Rating | 3.27/5 Total 22 Ratings |
Developer | https://nbot.com.br |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |