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開發的Chrome擴展程式,該擴展的主要功能是“Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics.”。
擴展截圖
下載Suntzu - FACEIT Matchmaking Insights擴展crx文件
下載Suntzu - FACEIT Matchmaking Insights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |