Wowhead Model ID Viewer
Show Model ID (displayId) on Wowhead
Co to jest Wowhead Model ID Viewer?
Wowhead Model ID Viewer to rozszerzenie Chrome opracowane przez https://sparanoid.com, a jego główną funkcją jest „Show Model ID (displayId) on Wowhead”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wowhead Model ID Viewer
Pobierz pliki rozszerzeń Wowhead Model ID Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Wowhead Model ID Viewer |
ID | cnmpgpecgolloeddhdieopiaengjcjoi |
Oficjalny URL | https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi |
Opis | Show Model ID (displayId) on Wowhead |
Rozmiar pliku | 70.94 KB |
Liczba instalacji | 396 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2020-09-01 |
Data Publikacji | 2018-06-29 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://sparanoid.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |