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,…”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Idleon Armory Helper Idleon Armory Helper
ID gfdfpaanddeedpifliooolgmnlkajiho
官方網址 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"
    ]
}