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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Suntzu - FACEIT Matchmaking Insights 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}