PUBG Stats
View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
PUBG Statsคืออะไร?
PUBG Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pubgstats.com และคุณลักษณะหลักของมันคือ "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PUBG Stats
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |