Diablo 3 profile +
This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
What is Diablo 3 profile +?
Diablo 3 profile + is a Chrome extension developed by mat.plourde, and its main feature is "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".
Extension Screenshots
Download Diablo 3 profile + Extension CRX File
Download Diablo 3 profile + extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Diablo 3 profile + |
ID | ncoghbpbhlmmoajjnhienleaanmaagaj |
Official URL | https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj |
Description | This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page. |
File Size | 69.97 KB |
Installation Count | 2,273 |
Current Version | 1.1 |
Last Updated | 2014-05-27 |
Publish Date | 2014-05-26 |
Rating | 4.57/5 Total 89 Ratings |
Developer | mat.plourde |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matpl/d3-profile-enhancer |
Supported Languages | 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" ] } ] } |