Diablo 3 profile +

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

Apa itu Diablo 3 profile +?

Diablo 3 profile + adalah ekstensi Chrome yang dikembangkan oleh mat.plourde, dan fitur utamanya adalah "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Diablo 3 profile +

Unduh file ekstensi Diablo 3 profile + dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Diablo 3 profile + Diablo 3 profile +
ID ncoghbpbhlmmoajjnhienleaanmaagaj
URL Resmi https://chromewebstore.google.com/detail/diablo-3-profile-+/ncoghbpbhlmmoajjnhienleaanmaagaj
Deskripsi This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page.
Ukuran File 69.97 KB
Jumlah Instalasi 2,273
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-05-27
Tanggal Publikasi 2014-05-26
Penilaian 4.57/5 Total 89 Penilaian
Pengembang mat.plourde
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/matpl/d3-profile-enhancer
Bahasa yang Didukung 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"
            ]
        }
    ]
}