PUBG Stats

View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.

PUBG Stats là gì?

PUBG Stats là một tiện ích mở rộng Chrome được phát triển bởi https://pubgstats.com, và tính năng chính của nó là "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.".

Ả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 PUBG Stats

Tải xuống các tệp mở rộng PUBG Stats 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

                        PUBGStats.com are proud to announce our chrome extension!

This extension allows you to view the stats of any PUBG player quickly, from any location online.

Browse the online PUBG leaderboards for PC, XBOX and PSN.                    

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

Tên PUBG Stats PUBG Stats
ID jlomhbejmcljohckjkngfnjmlonbbjij
URL Chính Thức https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij
Mô tả View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
Kích Thước Tệp 31.98 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-04-18
Ngày Phát Hành 2018-04-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://pubgstats.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pubgstats.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PUBG Stats",
    "description": "View the stats of any player of PUBG \/ PLAYERUNKNOWNS BATLEGROUNDS.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "16": "images\/image-16x16.png",
            "24": "images\/image-24x24.png",
            "32": "images\/image-32x32.png",
            "48": "images\/image-48x48.png",
            "64": "images\/image-64x64.png",
            "128": "images\/image-128x128.png",
            "256": "images\/image-256x256.png"
        },
        "default_popup": "popup.html",
        "default_title": "PUBG Stats"
    },
    "icons": {
        "16": "images\/image-16x16.png",
        "24": "images\/image-24x24.png",
        "32": "images\/image-32x32.png",
        "48": "images\/image-48x48.png",
        "64": "images\/image-64x64.png",
        "128": "images\/image-128x128.png",
        "256": "images\/image-256x256.png"
    },
    "permissions": [
        "tabs"
    ]
}