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 là gì?

Idleon Armory Helper là một tiện ích mở rộng Chrome được phát triển bởi Green (brct-james), và tính năng chính của nó là "Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Idleon Armory Helper

Tải xuống các tệp mở rộng Idleon Armory Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Idleon Armory Helper Idleon Armory Helper
ID gfdfpaanddeedpifliooolgmnlkajiho
URL Chính Thức https://chromewebstore.google.com/detail/idleon-armory-helper/gfdfpaanddeedpifliooolgmnlkajiho
Mô tả Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…
Kích Thước Tệp 85.33 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2021-04-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Green (brct-james)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://idleonarmory.com/
URL Trang Trợ Giúp https://discord.gg/d2UtwpHfdC
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}