MHW Simulator Plugin

MHW Simulator Plugin

What is MHW Simulator Plugin?

MHW Simulator Plugin is a Chrome extension developed by fs751130, and its main feature is "MHW Simulator Plugin".

Extension Screenshots

screenshot

Download MHW Simulator Plugin Extension CRX File

Download MHW Simulator Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        MHW Simulator Plugin
此程式為 Chrome 的擴充功能

用於 Monster Hunter World 配裝器

Monster Hunter World Armor Set Search ("http://mhw.wiki-db.com/sim/?hl=zh-hant")


此程式將擴充以下功能:
在'我的套裝'中,每筆結尾增加 "Set Name" 按鈕,用來設定每組套裝的名稱

在'我的套裝'中,每筆結尾增加 "Search" 按鈕,可將此套裝相關技能一次選定到搜索頁面中

在'我的套裝'中最底下,增加 "Reorder" 按鈕,可自行拖曳調整套裝順序

在'裝備設定'中,增加除外的下拉式選單,可直接新增要排除的裝備


1.3版:
修正網頁改版後無法正常顯示的問題
1.4版:
增加極意技能的搜尋功能
1.6版:
增加冥赤武器套裝技能搜尋功能
1.7版:
修正套裝技能+n 的搜尋問題                    

Extension Basic Information

Name MHW Simulator Plugin MHW Simulator Plugin
ID efgbjnfjkfglmcaheaojnkgcnihfmpci
Official URL https://chromewebstore.google.com/detail/mhw-simulator-plugin/efgbjnfjkfglmcaheaojnkgcnihfmpci
Description MHW Simulator Plugin
File Size 53.96 KB
Installation Count 369
Current Version 1.7
Last Updated 2020-04-30
Publish Date 2020-04-30
Rating 5.00/5 Total 1 Ratings
Developer fs751130
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MHW Simulator Plugin",
    "description": "MHW Simulator Plugin",
    "version": "1.7",
    "permissions": [
        "https:\/\/mhw.wiki-db.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mhw.wiki-db.com\/*"
            ],
            "css": [
                "application.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "bootstrap.min.js",
                "jquery-sortable.js",
                "mhw_plugin.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "reorder_modal.html",
        "exclude_div.html"
    ]
}