Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
Hvad er Diablo 3 Profile with commas?
Diablo 3 Profile with commas er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension adds commas to all your stats on your diablo 3 profile page.".
Udvidelsesskærmbilleder
Download Diablo 3 Profile with commas-udvidelses-CRX-fil
Download Diablo 3 Profile with commas-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| Officiel URL | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| Beskrivelse | This extension adds commas to all your stats on your diablo 3 profile page. | 
| Filstørrelse | 33.94 KB | 
| Antal Installationer | 13 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2014-06-10 | 
| Udgivelsesdato | 2014-06-09 | 
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Unknown | 
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/drourke/d3-commas | 
| Understøttede Sprog | 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"
            ]
        }
    ]
}  |  |