Diablo 3 Profile with commas

This extension adds commas to all your stats on your diablo 3 profile page.

Diablo 3 Profile with commas là gì?

Diablo 3 Profile with commas là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension adds commas to all your stats on your diablo 3 profile page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Diablo 3 Profile with commas

Tải xuống các tệp mở rộng Diablo 3 Profile with commas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
URL Chính Thức https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
Mô tả This extension adds commas to all your stats on your diablo 3 profile page.
Kích Thước Tệp 33.94 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-10
Ngày Phát Hành 2014-06-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/drourke/d3-commas
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}