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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |