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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}