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是由Green (brct-james)开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } |