PUBG Stats

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

¿Qué es PUBG Stats?

PUBG Stats es una extensión de Chrome desarrollada por https://pubgstats.com, y su función principal es "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PUBG Stats

Descarga archivos de extensión PUBG Stats en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PUBG Stats PUBG Stats
ID jlomhbejmcljohckjkngfnjmlonbbjij
URL Oficial https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij
Descripción View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
Tamaño del Archivo 31.98 KB
Cantidad de Instalaciones 19
Versión Actual 1.0.0
Última Actualización 2018-04-18
Fecha de Publicación 2018-04-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://pubgstats.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pubgstats.com
Idiomas Soportados 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"
    ]
}