Monster Hunter World - Event Log
Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
What is Monster Hunter World - Event Log?
Monster Hunter World - Event Log is a Chrome extension developed by alike03, and its main feature is "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".
Extension Screenshots
Download Monster Hunter World - Event Log Extension CRX File
Download Monster Hunter World - Event Log extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Monster Hunter World - Event Log |
ID | gfckahhngdcclglbcjijcbdelhblelpp |
Official URL | https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp |
Description | Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want. |
File Size | 18.35 KB |
Installation Count | 54 |
Current Version | 1.1 |
Last Updated | 2020-01-26 |
Publish Date | 2020-01-26 |
Developer | alike03 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/alike03/Userscripts/issues |
Supported Languages | 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" ] } ] } |