QuickShards for Melvor Idle

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

Co to jest QuickShards for Melvor Idle?

QuickShards for Melvor Idle to rozszerzenie Chrome opracowane przez chasestrackbein, a jego główną funkcją jest „Allows for quickly purchasing summoning shards directly from the Summoning skill menu.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia QuickShards for Melvor Idle

Pobierz pliki rozszerzeń QuickShards for Melvor Idle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa QuickShards for Melvor Idle QuickShards for Melvor Idle
ID jmkgdffnpajflpchiflnalflfnahlelf
Oficjalny URL https://chromewebstore.google.com/detail/quickshards-for-melvor-id/jmkgdffnpajflpchiflnalflfnahlelf
Opis Allows for quickly purchasing summoning shards directly from the Summoning skill menu.
Rozmiar pliku 18.26 KB
Liczba instalacji 37
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2021-11-03
Data Publikacji 2021-06-19
Deweloper chasestrackbein
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ChaseStrackbein/melvor-idle-quickshards
Obsługiwane Języki 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"
    ]
}