QuickShards for Melvor Idle

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

QuickShards for Melvor Idle là gì?

QuickShards for Melvor Idle là một tiện ích mở rộng Chrome được phát triển bởi chasestrackbein, và tính năng chính của nó là "Allows for quickly purchasing summoning shards directly from the Summoning skill menu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickShards for Melvor Idle

Tải xuống các tệp mở rộng QuickShards for Melvor Idle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
URL Chính Thức https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Mô tả Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Kích Thước Tệp 18.26 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2021-06-19
Nhà Phát Triển chasestrackbein
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ChaseStrackbein/melvor-idle-quickshards
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}