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) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Idleon Armory Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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"
    ]
}