Monster Hunter World - Event Log

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

Co je Monster Hunter World - Event Log?

Monster Hunter World - Event Log je rozšíření Chrome vyvinuté alike03, a jeho hlavní funkcí je „Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Monster Hunter World - Event Log

Stáhněte si soubory rozšíření Monster Hunter World - Event Log ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Oficiální URL https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Popis Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Velikost souboru 18.35 KB
Počet instalací 54
Aktuální Verze 1.1
Poslední Aktualizace 2020-01-26
Datum Vydání 2020-01-26
Vývojář alike03
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/alike03/Userscripts/issues
Podporované Jazyky 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"
            ]
        }
    ]
}