GladiatusBot
FociiCreations
Τι είναι το GladiatusBot;
Το GladiatusBot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fociisoftware, και η κύρια λειτουργία του είναι "FociiCreations".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GladiatusBot
Λήψη αρχείων επέκτασης GladiatusBot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
GladBot Beta Gladiatus Try a 1-Day trial ! Discord : https://discord.gg/dKCTFFnkjZ Please use our discord channel for your questions & problems for GladBot. v2.9.5 Update Patch Notes General Improvements Bot Performance Upgrade For any unusual behavior, please use the 'RESET BOT' option and report on Discord. Please read terms and conditions before using. English: With GladBot, players can focus on enjoying the game while the bot takes care of the tedious tasks. GladBot does not hack or exploit the game in any way, it simply automates the tasks that the user would normally do manually. You can also open a second tab to explore the game freely while the bot is running. Features Mobile Support Auto Attack [Expedition,Dungeon,Arena,Event, Hourglass system] Auto Heal / Renew Shop Auto Buy Food Auto Auction Auto Training Underworld Auto Smelt Auto Item Reset Auto Repair Auto Scoreboard Attack Hide gold in Auction Auto Market Search Auto Leaderboard attack Auto Guild Market Sell/Buy Auto Store Money in Guild Market Shop / Auction Easy Search One click pickup all items One click sell all items And much more Hey friends! Our bot is still a work in progress, and we would love to hear your suggestions and feedback on our Discord page. Feel free to share your ideas with us. Your input is greatly appreciated! Turkish: GladBot sayesinde oyunda bir cok seyi otomatige baglayabilirsiniz. Chrome eklentisi oldugundan hizlidir ve ikinci tab actiginizda ragmen bot calisirken rahat rahat oyunda dolasabilirsiniz. Özellikler Mobil Destegi Otomatik Saldırı [Sefer, Zindan, Arena, Etkinlik] Otomatik İyileşme Marketten Otomatik Yiyecek Satın Alma Otomatik Müzayede Muzayede'de para saklama Skor tabelasi arena attack sistemi Oto Tamir Oto Repair Oto Item resetleme Otomatik Guild Pazarı Satış/Alış Otomatik Kasa (Yapim Asamasinda) Otomatik Egitim Otomatik Marketten Item Alma Yuksek Skordaki oyunculari secip otomatik saldirma. Kolayca Tamir Kolayca Eritme Müzayede Kolay Arama / Otomatik Teklif Tüm öğeleri tek tıklamayla toplama Tüm öğeleri tek tıklamayla satma Ve daha fazlası Discord : https://discord.gg/dKCTFFnkjZ Arkadaslar bot hala gelistirilmekte, onerilerinizi discord sayfamizdan yapabilirsiniz. Elimden geldigince ozellik ekliyorum, Discord a gelmek istemiyorsaniz ama ulasmak istiyorsaniz email ile de ulasabilirsiniz.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GladiatusBot |
ID | imcjdnolgdmhaonoadhjcdimdoabglfi |
Επίσημο URL | https://chromewebstore.google.com/detail/gladiatusbot/imcjdnolgdmhaonoadhjcdimdoabglfi |
Περιγραφή | FociiCreations |
Μέγεθος Αρχείου | 235 KB |
Αριθμός Εγκαταστάσεων | 856 |
Τρέχουσα Έκδοση | 2.9.5 |
Τελευταία Ενημέρωση | 2023-12-22 |
Ημερομηνία Δημοσίευσης | 2023-05-22 |
Αξιολόγηση | 4.56/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | fociisoftware |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://discord.gg/dKCTFFnkjZ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/dKCTFFnkjZ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GladiatusBot", "version": "2.9.5", "description": "FociiCreations", "web_accessible_resources": [ { "resources": [], "matches": [ "https:\/\/*.gladiatus.gameforge.com\/*" ] } ], "host_permissions": [ "https:\/\/*.gladiatus.gameforge.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" } }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.gladiatus.gameforge.com\/*" ], "exclude_matches": [ "*:\/\/*.gladiatus.gameforge.com\/game\/index.php?mod=start" ], "js": [ "jquery.js", "contentScript.js" ], "css": [ "global.css" ], "run_at": "document_idle", "all_frames": true } ] } |