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.”。

扩展截图

screenshot

下载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 + 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"
            ]
        }
    ]
}