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
Eメール [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"
        }
    ]
}