Suntzu - FACEIT Matchmaking Insights
Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics.
Suntzu - FACEIT Matchmaking Insights क्या है?
Suntzu - FACEIT Matchmaking Insights https://suntzu.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Suntzu - FACEIT Matchmaking Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Elevate your game on FACEIT with SUNTZU Matchmaking Insights – Adopted by players across the globe, this extension supercharges your FACEIT match rooms with enhanced insights and customizable stats. ☆ Highlights ☆ - Advanced Map Stats: Get an edge by viewing team statistics for each map directly in match rooms. - Dynamic Player Insights: Dive into player global and map statistics for a better read on individual and team performance (coming soon). - Custom Configurations: Tailor the extension to show stats based on your chosen parameters, control the number of matches, time scale, and player constraints. Every feature is designed to be configurable, ensuring a personalized experience. ☆ Connect with Us ☆ - Twitter: https://x.com/suntzugg - GitHub: https://github.com/rodolphebarbanneau/suntzu - Discord: https://discord.gg/eXqmagTNrr SUNTZU is independently developed and, while crafted for FACEIT enthusiasts, is not officially endorsed by or affiliated with FACEIT.
एक्सटेंशन की मूल जानकारी
नाम | Suntzu - FACEIT Matchmaking Insights |
ID | kjjbihoclddloccfhbeioidjfhkanblm |
आधिकारिक URL | https://chromewebstore.google.com/detail/suntzu-faceit-matchmaking/kjjbihoclddloccfhbeioidjfhkanblm |
विवरण | Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics. |
फ़ाइल का आकार | 251 KB |
स्थापना संख्या | 471 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2023-10-24 |
प्रकाशन तिथि | 2023-10-15 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://suntzu.gg |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://suntzu.gg |
सहायता पृष्ठ URL | https://github.com/rodolphebarbanneau/suntzu/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Suntzu - FACEIT Matchmaking Insights", "short_name": "Suntzu", "version": "0.1.1", "description": "Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics.", "homepage_url": "https:\/\/suntzu.gg", "author": "[email protected]", "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Suntzu (settings)", "default_popup": "index.html" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.faceit.com\/*" ], "background": { "service_worker": "assets\/service-da4bc9ba.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.faceit.com\/*" ], "js": [ "assets\/content-372d3913.js" ] } ], "minimum_chrome_version": "107" } |