PUBG Stats
View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS.
PUBG Stats क्या है?
PUBG Stats https://pubgstats.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the stats of any player of PUBG / PLAYERUNKNOWNS BATLEGROUNDS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PUBG Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |