Diablo 3 profile +
This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Diablo 3 profile +란 무엇입니까?
Diablo 3 profile +은(는) mat.plourde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page."입니다.
확장 프로그램 스크린샷
Diablo 3 profile + 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Diablo 3 profile + |
ID | ncoghbpbhlmmoajjnhienleaanmaagaj |
공식 URL | https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj |
설명 | This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page. |
파일 크기 | 69.97 KB |
설치 횟수 | 2,273 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-05-27 |
출시 날짜 | 2014-05-26 |
평점 | 4.57/5 총 89 개의 평점 |
개발자 | mat.plourde |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/matpl/d3-profile-enhancer |
지원되는 언어 | 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" ] } ] } |