Diablo 3 profile +

This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.

Что такое Diablo 3 profile +?

Diablo 3 profile + - это расширение Chrome, разработанное mat.plourde, и его основная функция - "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".

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

screenshot

Скачать файл CRX расширения Diablo 3 profile +

Скачайте файлы расширений Diablo 3 profile + в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The new damage rows are added in the attributes section, right over your sheet damage. (See the provided screenshot)

v1.1:
- Added set bonuses
- Added tooltips

v1.0.1:
- Added support for HTTPS                    

Основная информация о расширении

Название Diablo 3 profile + Diablo 3 profile +
ID ncoghbpbhlmmoajjnhienleaanmaagaj
Официальный URL https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj
Описание This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Размер файла 69.97 KB
Количество установок 2,273
Текущая Версия 1.1
Последнее Обновление 2014-05-27
Дата публикации 2014-05-26
Рейтинг 4.57/5 Всего 89 оценок
Разработчик mat.plourde
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/matpl/d3-profile-enhancer
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diablo 3 profile +",
    "description": "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.",
    "version": "1.1",
    "author": "Mathieu Plourde - [email protected]",
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.battle.net\/d3\/*\/profile\/*",
                "https:\/\/*.battle.net\/d3\/*\/profile\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}