QuickShards for Melvor Idle

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

Apa itu QuickShards for Melvor Idle?

QuickShards for Melvor Idle adalah ekstensi Chrome yang dikembangkan oleh chasestrackbein, dan fitur utamanya adalah "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QuickShards for Melvor Idle

Unduh file ekstensi QuickShards for Melvor Idle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
URL Resmi https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Deskripsi Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Ukuran File 18.26 KB
Jumlah Instalasi 37
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2021-11-03
Tanggal Publikasi 2021-06-19
Pengembang chasestrackbein
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ChaseStrackbein/melvor-idle-quickshards
Bahasa yang Didukung 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"
    ]
}