Wowhead Model ID Viewer
Show Model ID (displayId) on Wowhead
Wowhead Model ID Viewer क्या है?
Wowhead Model ID Viewer https://sparanoid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Model ID (displayId) on Wowhead"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wowhead Model ID Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Wowhead Model ID Viewer |
ID | cnmpgpecgolloeddhdieopiaengjcjoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/wowhead-model-id-viewer/cnmpgpecgolloeddhdieopiaengjcjoi |
विवरण | Show Model ID (displayId) on Wowhead |
फ़ाइल का आकार | 70.94 KB |
स्थापना संख्या | 396 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-09-01 |
प्रकाशन तिथि | 2018-06-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://sparanoid.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |