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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}