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.”。
擴展截圖
下載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 |
ID | gfckahhngdcclglbcjijcbdelhblelpp |
官方網址 | 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" ] } ] } |