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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickShards for Melvor Idle
قم بتنزيل ملفات الامتداد QuickShards for Melvor Idle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |