PUBG Stats

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

Co to jest PUBG Stats?

PUBG Stats to rozszerzenie Chrome opracowane przez https://pubgstats.com, a jego główną funkcją jest „View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PUBG Stats

Pobierz pliki rozszerzeń PUBG Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PUBG Stats PUBG Stats
ID jlomhbejmcljohckjkngfnjmlonbbjij
Oficjalny URL https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij
Opis View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
Rozmiar pliku 31.98 KB
Liczba instalacji 19
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-04-18
Data Publikacji 2018-04-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://pubgstats.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pubgstats.com
Obsługiwane Języki 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"
    ]
}