Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

Wowhead Model ID Viewerคืออะไร?

Wowhead Model ID Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sparanoid.com และคุณลักษณะหลักของมันคือ "Show Model ID (displayId) on Wowhead"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wowhead Model ID Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}