Idleon Armory Helper
Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…
Τι είναι το Idleon Armory Helper;
Το Idleon Armory Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Green (brct-james), και η κύρια λειτουργία του είναι "Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Idleon Armory Helper
Λήψη αρχείων επέκτασης Idleon Armory Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily, weekly, and one-off in game tasks. Though the extension will pre-fill suggested tasks during the first load, users are able to remove these and/or add their own. Checked status is saved, along with the entire task list, so if you have to stop in the middle of your dailies you can easily come back to them. Additionally, the extension enlarges the game canvas, making everything easier to see. Future versions will allow users to set up interval timers for each task, view reference materials, and more.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gfdfpaanddeedpifliooolgmnlkajiho |
Επίσημο URL | https://chromewebstore.google.com/detail/idleon-armory-helper/gfdfpaanddeedpifliooolgmnlkajiho |
Περιγραφή | Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,… |
Μέγεθος Αρχείου | 85.33 KB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-04-01 |
Ημερομηνία Δημοσίευσης | 2021-04-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Green (brct-james) |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://idleonarmory.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/d2UtwpHfdC |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Idleon Armory Helper", "version": "1.0.0", "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "idleon-armory-helper.js" ], "css": [ "idleon-armory-helper.css" ], "matches": [ "https:\/\/www.legendsofidleon.com\/*", "http:\/\/www.legendsofidleon.com\/*" ] } ], "web_accessible_resources": [ "ia-inject-page.html", "ia-inject-script.js", "images\/iah_shield.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |