Csgo & Cs2 Stats

Displays peoples faceit and matchmaking stats on their steam profile.

Csgo & Cs2 Stats란 무엇입니까?

Csgo & Cs2 Stats은(는) rrreg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays peoples faceit and matchmaking stats on their steam profile."입니다.

확장 프로그램 스크린샷

Csgo & Cs2 Stats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Displays peoples faceit and matchmaking stats on their steam profile.                    

확장 프로그램 기본 정보

이름 Csgo & Cs2 Stats Csgo & Cs2 Stats
ID cjkfchbniaegciddeagjnaldgpgcdioa
공식 URL https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa
설명 Displays peoples faceit and matchmaking stats on their steam profile.
파일 크기 518 KB
설치 횟수 41
현재 버전 2.0
최근 업데이트 2023-09-26
출시 날짜 2023-06-15
평점 5.00/5 총 1 개의 평점
개발자 rrreg
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Faceit Stats"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ]
        }
    ],
    "description": "Displays peoples faceit and matchmaking stats on their steam profile.",
    "homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996",
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "manifest_version": 3,
    "name": "Csgo & Cs2 Stats",
    "version": "2.0",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/1.png",
                "img\/2.png",
                "img\/3.png",
                "img\/4.png",
                "img\/5.png",
                "img\/6.png",
                "img\/7.png",
                "img\/8.png",
                "img\/9.png",
                "img\/10.png"
            ]
        }
    ]
}