Monster Hunter World - Event Log

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

Hvad er Monster Hunter World - Event Log?

Monster Hunter World - Event Log er en Chrome-udvidelse udviklet af alike03, og dens hovedfunktion er "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

Udvidelsesskærmbilleder

screenshot

Download Monster Hunter World - Event Log-udvidelses-CRX-fil

Download Monster Hunter World - Event Log-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Officiel URL https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Beskrivelse Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Filstørrelse 18.35 KB
Antal Installationer 54
Nuværende Version 1.1
Senest Opdateret 2020-01-26
Udgivelsesdato 2020-01-26
Udvikler alike03
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/alike03/Userscripts/issues
Understøttede Sprog 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"
            ]
        }
    ]
}