Wowhead Model ID Viewer
Show Model ID (displayId) on Wowhead
ما هو Wowhead Model ID Viewer؟
Wowhead Model ID Viewer هو إضافة Chrome تم تطويرها بواسطة https://sparanoid.com، والميزة الرئيسية لها هي "Show Model ID (displayId) on Wowhead".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wowhead Model ID Viewer
قم بتنزيل ملفات الامتداد Wowhead Model ID Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |