Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
Co to jest Diablo 3 Profile with commas?
Diablo 3 Profile with commas to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension adds commas to all your stats on your diablo 3 profile page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Diablo 3 Profile with commas
Pobierz pliki rozszerzeń Diablo 3 Profile with commas w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| Oficjalny URL | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| Opis | This extension adds commas to all your stats on your diablo 3 profile page. | 
| Rozmiar pliku | 33.94 KB | 
| Liczba instalacji | 13 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2014-06-10 | 
| Data Publikacji | 2014-06-09 | 
| Ocena | 1.00/5 Łącznie 1 Oceny | 
| Deweloper | Unknown | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/drourke/d3-commas | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |