QuickShards for Melvor Idle

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

Qu'est-ce que QuickShards for Melvor Idle ?

QuickShards for Melvor Idle est une extension Chrome développée par chasestrackbein, et sa fonction principale est "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QuickShards for Melvor Idle

Téléchargez les fichiers d'extension QuickShards for Melvor Idle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
URL Officiel https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Description Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Taille du Fichier 18.26 KB
Nombre d'Installations 37
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-11-03
Date de Publication 2021-06-19
Développeur chasestrackbein
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ChaseStrackbein/melvor-idle-quickshards
Langues Prises en Charge 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"
    ]
}