Monster Hunter World - Event Log

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

Vad är Monster Hunter World - Event Log?

Monster Hunter World - Event Log är en Chrome-tillägg utvecklad av alike03, och dess huvudfunktion är "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

Tilläggsskärmbilder

screenshot

Ladda ner Monster Hunter World - Event Log-förlängningens CRX-fil

Ladda ner Monster Hunter World - Event Log-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Officiell webbadress https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Beskrivning Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Filstorlek 18.35 KB
Antal Installationer 54
Aktuell Version 1.1
Senast Uppdaterad 2020-01-26
Publiceringsdatum 2020-01-26
Utvecklare alike03
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/alike03/Userscripts/issues
Stödda Språk 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"
            ]
        }
    ]
}