Wowhead Model ID Viewer
Show Model ID (displayId) on Wowhead
Vad är Wowhead Model ID Viewer?
Wowhead Model ID Viewer är en Chrome-tillägg utvecklad av https://sparanoid.com, och dess huvudfunktion är "Show Model ID (displayId) on Wowhead".
Tilläggsskärmbilder
Ladda ner Wowhead Model ID Viewer-förlängningens CRX-fil
Ladda ner Wowhead Model ID Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Wowhead Model ID Viewer |
ID | cnmpgpecgolloeddhdieopiaengjcjoi |
Officiell webbadress | https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi |
Beskrivning | Show Model ID (displayId) on Wowhead |
Filstorlek | 70.94 KB |
Antal Installationer | 396 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2020-09-01 |
Publiceringsdatum | 2018-06-29 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://sparanoid.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |