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
官方網址 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"
        }
    ]
}