Monster Hunter World - Event Log
Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Was ist Monster Hunter World - Event Log?
Monster Hunter World - Event Log ist eine Chrome-Erweiterung, die von alike03 entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".
Erweiterungsscreenshots
Monster Hunter World - Event Log-Erweiterungs-CRX-Datei herunterladen
Laden Sie Monster Hunter World - Event Log-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Monster Hunter World - Event Log |
ID | gfckahhngdcclglbcjijcbdelhblelpp |
Offizielle URL | https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp |
Beschreibung | Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want. |
Dateigröße | 18.35 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-01-26 |
Veröffentlichungsdatum | 2020-01-26 |
Entwickler | alike03 |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/alike03/Userscripts/issues |
Unterstützte Sprachen | 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" ] } ] } |