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ファイルをダウンロード
Diablo 3 profile +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |