Monster Hunter World - Event Log

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

O que é Monster Hunter World - Event Log?

Monster Hunter World - Event Log é uma extensão do Chrome desenvolvida por alike03, e sua principal característica é "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Monster Hunter World - Event Log

Baixe arquivos de extensão Monster Hunter World - Event Log no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
URL Oficial https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Descrição Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Tamanho do Arquivo 18.35 KB
Contagem de Instalações 54
Versão Atual 1.1
Última Atualização 2020-01-26
Data de Publicação 2020-01-26
Desenvolvedor alike03
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/alike03/Userscripts/issues
Idiomas Suportados 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"
            ]
        }
    ]
}