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

Cos'è Idleon Armory Helper?

Idleon Armory Helper è un'estensione di Chrome sviluppata da Green (brct-james), e la sua funzione principale è "Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Idleon Armory Helper

Scarica i file di estensione Idleon Armory Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Idleon Armory Helper Idleon Armory Helper
ID gfdfpaanddeedpifliooolgmnlkajiho
URL Ufficiale https://chromewebstore.google.com/detail/idleon-armory-helper/gfdfpaanddeedpifliooolgmnlkajiho
Descrizione Idleon Armory Helper is a tool for the web game Legends of Idleon by Lavaflame2. The extension helps track several important daily,…
Dimensione del File 85.33 KB
Conteggio Installazioni 45
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-04-01
Data di Pubblicazione 2021-04-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Green (brct-james)
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://idleonarmory.com/
URL della Pagina di Aiuto https://discord.gg/d2UtwpHfdC
Lingue Supportate 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"
    ]
}