Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
Vad är Diablo 3 Profile with commas?
Diablo 3 Profile with commas är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension adds commas to all your stats on your diablo 3 profile page.".
Tilläggsskärmbilder
Ladda ner Diablo 3 Profile with commas-förlängningens CRX-fil
Ladda ner Diablo 3 Profile with commas-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| Officiell webbadress | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| Beskrivning | This extension adds commas to all your stats on your diablo 3 profile page. | 
| Filstorlek | 33.94 KB | 
| Antal Installationer | 13 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2014-06-10 | 
| Publiceringsdatum | 2014-06-09 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/drourke/d3-commas | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |