Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
Wat is Diablo 3 Profile with commas?
Diablo 3 Profile with commas is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension adds commas to all your stats on your diablo 3 profile page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Diablo 3 Profile with commas
Download Diablo 3 Profile with commas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| Officiële URL | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| Beschrijving | This extension adds commas to all your stats on your diablo 3 profile page. | 
| Bestandsgrootte | 33.94 KB | 
| Aantal Installaties | 13 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2014-06-10 | 
| Publicatiedatum | 2014-06-09 | 
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Unknown | 
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/drourke/d3-commas | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |