QuickShards for Melvor Idle

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

Hvad er QuickShards for Melvor Idle?

QuickShards for Melvor Idle er en Chrome-udvidelse udviklet af chasestrackbein, og dens hovedfunktion er "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download QuickShards for Melvor Idle-udvidelses-CRX-fil

Download QuickShards for Melvor Idle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
Officiel URL https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Beskrivelse Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Filstørrelse 18.26 KB
Antal Installationer 37
Nuværende Version 1.3.0
Senest Opdateret 2021-11-03
Udgivelsesdato 2021-06-19
Udvikler chasestrackbein
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ChaseStrackbein/melvor-idle-quickshards
Understøttede Sprog 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"
    ]
}