PUBG Stats
View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
Cos'è PUBG Stats?
PUBG Stats è un'estensione di Chrome sviluppata da https://pubgstats.com, e la sua funzione principale è "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PUBG Stats
Scarica i file di estensione PUBG Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jlomhbejmcljohckjkngfnjmlonbbjij |
URL Ufficiale | https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij |
Descrizione | View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS. |
Dimensione del File | 31.98 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-04-18 |
Data di Pubblicazione | 2018-04-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://pubgstats.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pubgstats.com |
Lingue Supportate | 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" ] } |