Fortnite Stats
View the stats of any player of fortnite battle royale.
Fortnite Stats क्या है?
Fortnite Stats https://fortnitestats.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the stats of any player of fortnite battle royale."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fortnite Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FortniteStats.com are proud to announce our chrome extension! This extension allows you to view the stats of any fortnite battle royale player quickly, from any location online. Browse the online fortnite leaderboards for PC, XBOX and PSN.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | djcidfjepmiibddlaikencjlakacickk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/fortnite-stats/djcidfjepmiibddlaikencjlakacickk |
विवरण | View the stats of any player of fortnite battle royale. |
फ़ाइल का आकार | 31.69 KB |
स्थापना संख्या | 579 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-03-30 |
प्रकाशन तिथि | 2018-03-30 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://fortnitestats.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://fortnitestats.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fortnite Stats", "description": "View the stats of any player of fortnite battle royale.", "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": "Test Chrome Extension" }, "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" ] } |