Diablo 3 profile +
This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Vad är Diablo 3 profile +?
Diablo 3 profile + är en Chrome-tillägg utvecklad av mat.plourde, och dess huvudfunktion är "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".
Tilläggsskärmbilder
Ladda ner Diablo 3 profile +-förlängningens CRX-fil
Ladda ner Diablo 3 profile +-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Diablo 3 profile + |
ID | ncoghbpbhlmmoajjnhienleaanmaagaj |
Officiell webbadress | https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj |
Beskrivning | This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page. |
Filstorlek | 69.97 KB |
Antal Installationer | 2,273 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-05-27 |
Publiceringsdatum | 2014-05-26 |
Betyg | 4.57/5 Totalt 89 Betyg |
Utvecklare | mat.plourde |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/matpl/d3-profile-enhancer |
Stödda Språk | 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" ] } ] } |