Monster Hunter World - Event Log
Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
¿Qué es Monster Hunter World - Event Log?
Monster Hunter World - Event Log es una extensión de Chrome desarrollada por alike03, y su función principal es "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Monster Hunter World - Event Log
Descarga archivos de extensión Monster Hunter World - Event Log en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Monster Hunter World - Event Log |
ID | gfckahhngdcclglbcjijcbdelhblelpp |
URL Oficial | https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp |
Descripción | Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want. |
Tamaño del Archivo | 18.35 KB |
Cantidad de Instalaciones | 54 |
Versión Actual | 1.1 |
Última Actualización | 2020-01-26 |
Fecha de Publicación | 2020-01-26 |
Desarrollador | alike03 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/alike03/Userscripts/issues |
Idiomas Soportados | 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" ] } ] } |