Wowhead Model ID Viewer

Show Model ID (displayId) on Wowhead

Cos'è Wowhead Model ID Viewer?

Wowhead Model ID Viewer è un'estensione di Chrome sviluppata da https://sparanoid.com, e la sua funzione principale è "Show Model ID (displayId) on Wowhead".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wowhead Model ID Viewer

Scarica i file di estensione Wowhead Model ID Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wowhead Model ID Viewer Wowhead Model ID Viewer
ID cnmpgpecgolloeddhdieopiaengjcjoi
URL Ufficiale https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi
Descrizione Show Model ID (displayId) on Wowhead
Dimensione del File 70.94 KB
Conteggio Installazioni 396
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-09-01
Data di Pubblicazione 2018-06-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sparanoid.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}