CS2 Faceit Stats
Browser extension displays a users stats on FACEIT on their Steam profile.
CS2 Faceit Stats क्या है?
CS2 Faceit Stats nol1cx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension displays a users stats on FACEIT on their Steam profile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CS2 Faceit Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Faceit stats by nol1cx is a browser extension that displays user stats from FACEIT.com on their Steam profile. Therefore it may be used as a shortcut to find more information quickly on the users FACEIT stats without having to go over to the platform.
एक्सटेंशन की मूल जानकारी
नाम | CS2 Faceit Stats |
ID | hhamdfhacjkmpefgmpehalapnoopakmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk |
विवरण | Browser extension displays a users stats on FACEIT on their Steam profile. |
फ़ाइल का आकार | 405 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2024-02-22 |
प्रकाशन तिथि | 2023-11-28 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | nol1cx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://vk.com/gpgesports |
सहायता पृष्ठ URL | https://vk.com/gpgesports |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CS2 Faceit Stats", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "version": "3.2", "manifest_version": 3, "homepage_url": "https:\/\/vk.com\/gpgesports", "description": "Browser extension displays a users stats on FACEIT on their Steam profile.", "action": { "default_icon": "img\/logo.png", "default_title": "CS2 Faceit Stats" }, "background": { "service_worker": "scripts\/background.js" }, "host_permissions": [ "https:\/\/api.faceit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ], "exclude_matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*", "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*" ], "css": [ "style.css" ], "js": [ "scripts\/main_new.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/levels\/1.svg", "img\/levels\/2.svg", "img\/levels\/3.svg", "img\/levels\/4.svg", "img\/levels\/5.svg", "img\/levels\/6.svg", "img\/levels\/7.svg", "img\/levels\/8.svg", "img\/levels\/9.svg", "img\/levels\/10.svg", "img\/levels\/unranked.svg" ], "matches": [ " |