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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension adds commas to all your stats on your diablo 3 profile page.”。
扩展截图
下载Diablo 3 Profile with commas扩展crx文件
下载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"
            ]
        }
    ]
}  |  |