Monster Hunter World - Event Log

Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.

Co to jest Monster Hunter World - Event Log?

Monster Hunter World - Event Log to rozszerzenie Chrome opracowane przez alike03, a jego główną funkcją jest „Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Monster Hunter World - Event Log

Pobierz pliki rozszerzeń Monster Hunter World - Event Log 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

                        Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want. This script Supports the PC and the Consoles, Monster Hunter World base game, and Icebourne. Each of them is saved separately. The save files are kept in the local storage of the Browser. If you clear your browser cache the save file would be removed. The Save file is also not available if you change your browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Oficjalny URL https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Opis Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Rozmiar pliku 18.35 KB
Liczba instalacji 54
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-01-26
Data Publikacji 2020-01-26
Deweloper alike03
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/alike03/Userscripts/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter World - Event Log",
    "description": "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/alike03\/Userscripts",
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/game.capcom.com\/world\/*schedule*.html"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}