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 + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mat.plourde และคุณลักษณะหลักของมันคือ "This simple extension adds your elemental damage and elemental elite damage to your official diablo 3 profile page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diablo 3 profile +

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}