QuickShards for Melvor Idle

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

Was ist QuickShards for Melvor Idle?

QuickShards for Melvor Idle ist eine Chrome-Erweiterung, die von chasestrackbein entwickelt wurde, und ihr Hauptmerkmal ist "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Erweiterungsscreenshots

screenshot
screenshot

QuickShards for Melvor Idle-Erweiterungs-CRX-Datei herunterladen

Laden Sie QuickShards for Melvor Idle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
Offizielle URL https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Beschreibung Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Dateigröße 18.26 KB
Installationsanzahl 37
Aktuelle Version 1.3.0
Letztes Update 2021-11-03
Veröffentlichungsdatum 2021-06-19
Entwickler chasestrackbein
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ChaseStrackbein/melvor-idle-quickshards
Unterstützte Sprachen 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"
    ]
}