PUBG Stats
View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
什么是PUBG Stats?
PUBG Stats是由https://pubgstats.com开发的Chrome扩展程序,该扩展的主要功能是“View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.”。
扩展截图
下载PUBG Stats扩展crx文件
下载PUBG Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jlomhbejmcljohckjkngfnjmlonbbjij |
官方URL | https://chrome.google.com/webstore/detail/pubg-stats/jlomhbejmcljohckjkngfnjmlonbbjij |
简介 | View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS. |
文件大小 | 31.98 KB |
安装次数 | 19 |
当前版本 | 1.0.0 |
更新时间 | 2018-04-18 |
上架时间 | 2018-04-18 |
评分 | 5.00/5 共1次评分 |
开发者 | https://pubgstats.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pubgstats.com |
支持的语言 | 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" ] } |