Diablo 3 profile +
This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Co to jest Diablo 3 profile +?
Diablo 3 profile + to rozszerzenie Chrome opracowane przez mat.plourde, a jego główną funkcją jest „This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Diablo 3 profile +
Pobierz pliki rozszerzeń Diablo 3 profile + w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Diablo 3 profile + |
ID | ncoghbpbhlmmoajjnhienleaanmaagaj |
Oficjalny URL | https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj |
Opis | This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page. |
Rozmiar pliku | 69.97 KB |
Liczba instalacji | 2,273 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-05-27 |
Data Publikacji | 2014-05-26 |
Ocena | 4.57/5 Łącznie 89 Oceny |
Deweloper | mat.plourde |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/matpl/d3-profile-enhancer |
Obsługiwane Języki | 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" ] } ] } |