Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

什么是Wowhead Model ID Viewer?

Wowhead Model ID Viewer是由https://sparanoid.com开发的Chrome扩展程序,该扩展的主要功能是“Show Model ID (displayId) on Wowhead”。

扩展截图

screenshot

下载Wowhead Model ID Viewer扩展crx文件

下载Wowhead Model ID Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a simple Chrome extension that will show Model ID (displayId) if available on Wowhead in the info box area. This should be extremely useful for users playing World of Warcraft with third-party mod softwares.                    

扩展基本信息

名称 Wowhead Model ID Viewer Wowhead Model ID Viewer
ID cnmpgpecgolloeddhdieopiaengjcjoi
官方URL https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi
简介 Show Model ID (displayId) on Wowhead
文件大小 70.94 KB
安装次数 396
当前版本 1.0.3
更新时间 2020-09-01
上架时间 2018-06-29
评分 5.00/5 共2次评分
开发者 https://sparanoid.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "Icon.png"
    },
    "homepage_url": "http:\/\/sparanoid.com\/work\/wowhead-model-id-viewer\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wowhead.com\/*"
            ],
            "js": [
                "scripts\/wowhead-model-id-viewer.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}