Wowhead Model ID Viewer
Show Model ID (displayId) on Wowhead
Wat is Wowhead Model ID Viewer?
Wowhead Model ID Viewer is een Chrome-extensie ontwikkeld door https://sparanoid.com, en de belangrijkste functie is "Show Model ID (displayId) on Wowhead".
Extensie Screenshots
Download het CRX-bestand van de extensie Wowhead Model ID Viewer
Download Wowhead Model ID Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Wowhead Model ID Viewer |
ID | cnmpgpecgolloeddhdieopiaengjcjoi |
Officiële URL | https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi |
Beschrijving | Show Model ID (displayId) on Wowhead |
Bestandsgrootte | 70.94 KB |
Aantal Installaties | 396 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-09-01 |
Publicatiedatum | 2018-06-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://sparanoid.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |