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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |