Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

Wowhead Model ID Viewer là gì?

Wowhead Model ID Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://sparanoid.com, và tính năng chính của nó là "Show Model ID (displayId) on Wowhead".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wowhead Model ID Viewer

Tải xuống các tệp mở rộng Wowhead Model ID Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wowhead Model ID Viewer Wowhead Model ID Viewer
ID cnmpgpecgolloeddhdieopiaengjcjoi
URL Chính Thức https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi
Mô tả Show Model ID (displayId) on Wowhead
Kích Thước Tệp 70.94 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-09-01
Ngày Phát Hành 2018-06-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sparanoid.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}