QuickShards for Melvor Idle

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

What is QuickShards for Melvor Idle?

QuickShards for Melvor Idle is a Chrome extension developed by chasestrackbein, and its main feature is "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Extension Screenshots

screenshot
screenshot

Download QuickShards for Melvor Idle Extension CRX File

Download QuickShards for Melvor Idle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
Official URL https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Description Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
File Size 18.26 KB
Installation Count 37
Current Version 1.3.0
Last Updated 2021-11-03
Publish Date 2021-06-19
Developer chasestrackbein
Email [email protected]
Payment Type free
Extension Website https://github.com/ChaseStrackbein/melvor-idle-quickshards
Supported Languages 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"
    ]
}