Diablo 3 profile +
This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Was ist Diablo 3 profile +?
Diablo 3 profile + ist eine Chrome-Erweiterung, die von mat.plourde entwickelt wurde, und ihr Hauptmerkmal ist "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".
Erweiterungsscreenshots
Diablo 3 profile +-Erweiterungs-CRX-Datei herunterladen
Laden Sie Diablo 3 profile +-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Diablo 3 profile + |
ID | ncoghbpbhlmmoajjnhienleaanmaagaj |
Offizielle URL | https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj |
Beschreibung | This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page. |
Dateigröße | 69.97 KB |
Installationsanzahl | 2,273 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-05-27 |
Veröffentlichungsdatum | 2014-05-26 |
Bewertung | 4.57/5 Insgesamt 89 Bewertungen |
Entwickler | mat.plourde |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/matpl/d3-profile-enhancer |
Unterstützte Sprachen | 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" ] } ] } |