QuickShards for Melvor Idle

Allows for quickly purchasing summoning shards directly from the Summoning skill menu.

Cos'è QuickShards for Melvor Idle?

QuickShards for Melvor Idle è un'estensione di Chrome sviluppata da chasestrackbein, e la sua funzione principale è "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QuickShards for Melvor Idle

Scarica i file di estensione QuickShards for Melvor Idle 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

                        Quick purchase shards based on the currently selected recipe. No more having to hop between the shop and summoning screens.                    

Informazioni di Base sull'Estensione

Nome QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
URL Ufficiale https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Descrizione Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Dimensione del File 18.26 KB
Conteggio Installazioni 37
Versione Corrente 1.3.0
Ultimo Aggiornamento 2021-11-03
Data di Pubblicazione 2021-06-19
Sviluppatore chasestrackbein
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ChaseStrackbein/melvor-idle-quickshards
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickShards for Melvor Idle",
    "version": "1.3.0",
    "description": "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.melvoridle.com\/*",
                "*:\/\/melvoridle.com\/*",
                "*:\/\/test.melvoridle.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "bqs-main.js"
    ]
}