Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

Apa itu Wowhead Model ID Viewer?

Wowhead Model ID Viewer adalah ekstensi Chrome yang dikembangkan oleh https://sparanoid.com, dan fitur utamanya adalah "Show Model ID (displayId) on Wowhead".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wowhead Model ID Viewer

Unduh file ekstensi Wowhead Model ID Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wowhead Model ID Viewer Wowhead Model ID Viewer
ID cnmpgpecgolloeddhdieopiaengjcjoi
URL Resmi https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi
Deskripsi Show Model ID (displayId) on Wowhead
Ukuran File 70.94 KB
Jumlah Instalasi 396
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-09-01
Tanggal Publikasi 2018-06-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://sparanoid.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}