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
官方URL 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"
    ]
}