Diablo 3 Profile with commas

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

Was ist Diablo 3 Profile with commas?

Diablo 3 Profile with commas ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds commas to all your stats on your diablo 3 profile page.".

Erweiterungsscreenshots

screenshot

Diablo 3 Profile with commas-Erweiterungs-CRX-Datei herunterladen

Laden Sie Diablo 3 Profile with commas-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
Offizielle URL https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
Beschreibung This extension adds commas to all your stats on your diablo 3 profile page.
Dateigröße 33.94 KB
Installationsanzahl 13
Aktuelle Version 1.0
Letztes Update 2014-06-10
Veröffentlichungsdatum 2014-06-09
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/drourke/d3-commas
Unterstützte Sprachen 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"
            ]
        }
    ]
}