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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |