Diablo 3 Profile with commas

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

Cos'è Diablo 3 Profile with commas?

Diablo 3 Profile with commas è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension adds commas to all your stats on your diablo 3 profile page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Diablo 3 Profile with commas

Scarica i file di estensione Diablo 3 Profile with commas in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
URL Ufficiale https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
Descrizione This extension adds commas to all your stats on your diablo 3 profile page.
Dimensione del File 33.94 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2014-06-10
Data di Pubblicazione 2014-06-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/drourke/d3-commas
Lingue Supportate 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"
            ]
        }
    ]
}