Gladiatus nBot
Auto do Things
Gladiatus nBotとは何ですか?
Gladiatus nBotはhttps://nbot.com.brによって開発されたChromeの拡張機能で、その主な機能は「Auto do Things」です。
拡張機能のスクリーンショット
Gladiatus nBot拡張機能のCRXファイルをダウンロード
Gladiatus nBot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new way to play gladiatus, save your time and have a lot of fun!
拡張機能の基本情報
名前 | Gladiatus nBot |
ID | npfihoncaeggchfpldnmodmdajngpjib |
公式URL | https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib |
説明 | Auto do Things |
ファイルサイズ | 366 KB |
インストール数 | 2,396 |
現在のバージョン | 1.2.9 |
最終更新日 | 2021-01-18 |
公開日 | 2020-10-03 |
評価 | 3.27/5 合計 22 レビュー |
開発者 | https://nbot.com.br |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |