Diablo 3 profile +

This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.

Diablo 3 profile + là gì?

Diablo 3 profile + là một tiện ích mở rộng Chrome được phát triển bởi mat.plourde, và tính năng chính của nó là "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Diablo 3 profile +

Tải xuống các tệp mở rộng Diablo 3 profile + dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Diablo 3 profile + Diablo 3 profile +
ID ncoghbpbhlmmoajjnhienleaanmaagaj
URL Chính Thức https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj
Mô tả This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Kích Thước Tệp 69.97 KB
Số Lần Cài Đặt 2,273
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-05-27
Ngày Phát Hành 2014-05-26
Đánh Giá 4.57/5 Tổng số 89 Đánh Giá
Nhà Phát Triển mat.plourde
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matpl/d3-profile-enhancer
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}