QuickShards for Melvor Idle

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

什麼是QuickShards for Melvor Idle?

QuickShards for Melvor Idle是由chasestrackbein開發的Chrome擴展程式,該擴展的主要功能是“Allows for quickly purchasing summoning shards directly from the Summoning skill menu.”。

擴展截圖

screenshot
screenshot

下載QuickShards for Melvor Idle擴展crx文件

下載QuickShards for Melvor Idle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
官方網址 https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
簡介 Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
檔案大小 18.26 KB
安裝次數 37
目前版本 1.3.0
更新時間 2021-11-03
上架時間 2021-06-19
開發者 chasestrackbein
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ChaseStrackbein/melvor-idle-quickshards
支援的語言 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"
    ]
}