Monster Hunter World - Event Log

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

Cos'è Monster Hunter World - Event Log?

Monster Hunter World - Event Log è un'estensione di Chrome sviluppata da alike03, e la sua funzione principale è "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Monster Hunter World - Event Log

Scarica i file di estensione Monster Hunter World - Event Log in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
URL Ufficiale https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Descrizione Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Dimensione del File 18.35 KB
Conteggio Installazioni 54
Versione Corrente 1.1
Ultimo Aggiornamento 2020-01-26
Data di Pubblicazione 2020-01-26
Sviluppatore alike03
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/alike03/Userscripts/issues
Lingue Supportate 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"
            ]
        }
    ]
}