FACEIT Detailed CSGO Stats

Displaying detailed CSGO stats based on data from FACEIT API

FACEIT Detailed CSGO Stats란 무엇입니까?

FACEIT Detailed CSGO Stats은(는) pito에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displaying detailed CSGO stats based on data from FACEIT API"입니다.

확장 프로그램 스크린샷

screenshot

FACEIT Detailed CSGO Stats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to watch your detailed FACEIT CSGO statistics.
Using this extension you can see not only your stats, but the opponent's stats too, so it'll be helpful to see who's playing against you.

Features:
- Detailed total data/scores, kills, deaths, kda, hsr, etc.
- Last 5 matches results display right with the global stats.
- Tracking last 20 matches results and shows its detailed stats.
- And more..

Note: 
FACEIT Detailed CSGO Stats is developed independently, and is not officially endorsed by or affiliated with FACEIT.

Changelog:
v.1.2.3
main: Fixed stats wasn't loading when changing pages
---------------
v.1.2.1 (1.2.2)
main: Fixes due to faceit updates.
styles: enhanced 'loading' state, added spinner icon
---------------
v1.2.0
main:
- count info out of 7 matches instead of 5
- show wins/losses in 7 matches in 2nd block
- add percentage value of wins and losses to last 20 matches block
- add avg deaths and avg kills (total, 20 matches)
- add support link
styles:
- add borders to blocks
- add rounded corners to blocks
- change background gradient a bit                    

확장 프로그램 기본 정보

이름 FACEIT Detailed CSGO Stats FACEIT Detailed CSGO Stats
ID oaidnaliiemolmekjkbppenhmfjfgfbn
공식 URL https://chromewebstore.google.com/detail/faceit-detailed-csgo-stat/oaidnaliiemolmekjkbppenhmfjfgfbn
설명 Displaying detailed CSGO stats based on data from FACEIT API
파일 크기 19.48 KB
설치 횟수 3,262
현재 버전 1.2.3
최근 업데이트 2023-07-11
출시 날짜 2022-04-06
평점 3.25/5 총 4 개의 평점
개발자 pito
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FACEIT Detailed CSGO Stats",
    "description": "Displaying detailed CSGO stats based on data from FACEIT API",
    "version": "1.2.3",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "host_permissions": [
        "https:\/\/open.faceit.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "dist\/index.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*.js"
            ],
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ]
        }
    ]
}