Diablo 3 profile +

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

Wat is Diablo 3 profile +?

Diablo 3 profile + is een Chrome-extensie ontwikkeld door mat.plourde, en de belangrijkste functie is "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Diablo 3 profile +

Download Diablo 3 profile +-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Diablo 3 profile + Diablo 3 profile +
ID ncoghbpbhlmmoajjnhienleaanmaagaj
Officiële URL https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj
Beschrijving This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Bestandsgrootte 69.97 KB
Aantal Installaties 2,273
Huidige Versie 1.1
Laatst Bijgewerkt 2014-05-27
Publicatiedatum 2014-05-26
Beoordeling 4.57/5 Totaal 89 Beoordelingen
Ontwikkelaar mat.plourde
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/matpl/d3-profile-enhancer
Ondersteunde Talen 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"
            ]
        }
    ]
}