PUBG Stats

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

What is PUBG Stats?

PUBG Stats is a Chrome extension developed by https://pubgstats.com, and its main feature is "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.".

Extension Screenshots

screenshot

Download PUBG Stats Extension CRX File

Download PUBG Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PUBG Stats PUBG Stats
ID jlomhbejmcljohckjkngfnjmlonbbjij
Official URL https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij
Description View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
File Size 31.98 KB
Installation Count 19
Current Version 1.0.0
Last Updated 2018-04-18
Publish Date 2018-04-18
Rating 5.00/5 Total 1 Ratings
Developer https://pubgstats.com
Email [email protected]
Payment Type free
Extension Website https://pubgstats.com
Supported Languages 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"
    ]
}