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はalike03によって開発されたChromeの拡張機能で、その主な機能は「Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.」です。

拡張機能のスクリーンショット

screenshot

Monster Hunter World - Event Log拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}