QuickShards for Melvor Idle

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

QuickShards for Melvor Idleคืออะไร?

QuickShards for Melvor Idle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chasestrackbein และคุณลักษณะหลักของมันคือ "Allows for quickly purchasing summoning shards directly from the Summoning skill menu."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickShards for Melvor Idle

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}