Diablo 3 Profile with commas

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

What is Diablo 3 Profile with commas?

Diablo 3 Profile with commas is a Chrome extension developed by Unknown, and its main feature is "This extension adds commas to all your stats on your diablo 3 profile page.".

Extension Screenshots

screenshot

Download Diablo 3 Profile with commas Extension CRX File

Download Diablo 3 Profile with commas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
Official URL https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
Description This extension adds commas to all your stats on your diablo 3 profile page.
File Size 33.94 KB
Installation Count 13
Current Version 1.0
Last Updated 2014-06-10
Publish Date 2014-06-09
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/drourke/d3-commas
Supported Languages 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"
            ]
        }
    ]
}