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,…
O que é Idleon Armory Helper?
Idleon Armory Helper é uma extensão do Chrome desenvolvida por Green (brct-james), e sua principal característica é "Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Idleon Armory Helper
Baixe arquivos de extensão Idleon Armory Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gfdfpaanddeedpifliooolgmnlkajiho |
URL Oficial | https://chromewebstore.google.com/detail/idleon-armory-helper/gfdfpaanddeedpifliooolgmnlkajiho |
Descrição | Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,… |
Tamanho do Arquivo | 85.33 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-04-01 |
Data de Publicação | 2021-04-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Green (brct-james) |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://idleonarmory.com/ |
URL da Página de Ajuda | https://discord.gg/d2UtwpHfdC |
Idiomas Suportados | 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" ] } |