Wowhead Model ID Viewer

Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

Merlin
Additional files are visible only to premium users

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