Diablo 3 Profile with commas

This extension adds commas to all your stats on your diablo 3 profile page.

Apa itu Diablo 3 Profile with commas?

Diablo 3 Profile with commas adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension adds commas to all your stats on your diablo 3 profile page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Diablo 3 Profile with commas

Unduh file ekstensi Diablo 3 Profile with commas 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

                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                    

Informasi Dasar Ekstensi

Nama Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
URL Resmi https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
Deskripsi This extension adds commas to all your stats on your diablo 3 profile page.
Ukuran File 33.94 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-06-10
Tanggal Publikasi 2014-06-09
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/drourke/d3-commas
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diablo 3 Profile with commas",
    "description": "This extension adds commas to all your stats on your diablo 3 profile page.",
    "version": "1.0",
    "author": "Douglas Rourke - [email protected]",
    "icons": {
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.battle.net\/d3\/*\/profile\/*",
                "https:\/\/*.battle.net\/d3\/*\/profile\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}