Diablo 3 Profile with commas
This extension adds commas to all your stats on your diablo 3 profile page.
Что такое Diablo 3 Profile with commas?
Diablo 3 Profile with commas - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension adds commas to all your stats on your diablo 3 profile page.".
Снимки экрана расширения
Скачать файл CRX расширения Diablo 3 Profile with commas
Скачайте файлы расширений Diablo 3 Profile with commas в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                     Основная информация о расширении
| Название |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| Официальный URL | https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej | 
| Описание | This extension adds commas to all your stats on your diablo 3 profile page. | 
| Размер файла | 33.94 KB | 
| Количество установок | 13 | 
| Текущая Версия | 1.0 | 
| Последнее Обновление | 2014-06-10 | 
| Дата публикации | 2014-06-09 | 
| Рейтинг | 1.00/5 Всего 1 оценок | 
| Разработчик | Unknown | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/drourke/d3-commas | 
| Поддерживаемые языки | 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"
            ]
        }
    ]
}  |  |