Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

What is Wowhead Model ID Viewer?

Wowhead Model ID Viewer is a Chrome extension developed by https://sparanoid.com, and its main feature is "Show Model ID (displayId) on Wowhead".

Extension Screenshots

screenshot

Download Wowhead Model ID Viewer Extension CRX File

Download Wowhead Model ID Viewer 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

                        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.                    

Extension Basic Information

Name Wowhead Model ID Viewer Wowhead Model ID Viewer
ID cnmpgpecgolloeddhdieopiaengjcjoi
Official URL https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi
Description Show Model ID (displayId) on Wowhead
File Size 70.94 KB
Installation Count 396
Current Version 1.0.3
Last Updated 2020-09-01
Publish Date 2018-06-29
Rating 5.00/5 Total 2 Ratings
Developer https://sparanoid.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}