Monster Hunter World - Event Log

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

Τι είναι το Monster Hunter World - Event Log;

Το Monster Hunter World - Event Log είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alike03, και η κύρια λειτουργία του είναι "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Monster Hunter World - Event Log

Λήψη αρχείων επέκτασης Monster Hunter World - Event Log σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Επίσημο URL https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Περιγραφή Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Μέγεθος Αρχείου 18.35 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-01-26
Ημερομηνία Δημοσίευσης 2020-01-26
Προγραμματιστής alike03
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/alike03/Userscripts/issues
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}