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,…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Idleon Armory Helper Idleon Armory Helper
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"
    ]
}