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".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wowhead Model ID Viewer

Скачайте файлы расширений Wowhead Model ID Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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"
        }
    ]
}