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) |
Eメール | [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" ] } |