FACE-X

Faceit Stats on steamcommunity profile

什麼是FACE-X?

FACE-X是由rksss開發的Chrome擴展程式,該擴展的主要功能是“Faceit Stats on steamcommunity profile”。

擴展截圖

screenshot

下載FACE-X擴展crx文件

下載FACE-X擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        FACE-X is a Google Chrome extension made by rksss. This extension seamlessly showcases a user's FACEIT statistics directly on their Steam profile. This convenient tool acts as a swift pathway to glean detailed information about a user's FACEIT stats without the need to navigate to the FACEIT platform.

The extension shows valuable data, FACEIT level, elo, premium status, profile creation date, total matches played, country and regional ranking, recent performance outcomes, and detailed statistics from the last 20 games.

Works on any Steam profile, regardless of privacy settings. As long as the Steam profile is linked to a FACEIT account, FACE-X will effortlessly unveil the pertinent data.

This tool proves especially beneficial for those seeking to assess a player's skill level before adding them, providing insights into whether a player might be a smurf.                    

擴展基本資訊

名稱 FACE-X FACE-X
ID kbgbaiijelkigjdpodahiigocomklhdk
官方網址 https://chromewebstore.google.com/detail/face-x/kbgbaiijelkigjdpodahiigocomklhdk
簡介 Faceit Stats on steamcommunity profile
檔案大小 34.58 KB
安裝次數 88
目前版本 1.0.1
更新時間 2024-01-19
上架時間 2024-01-11
評分 5.00/5 共 1 次評分
開發者 rksss
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FACE-X",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Faceit Stats on steamcommunity profile",
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "Faceit Stats"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/levels\/1.svg",
                "img\/levels\/2.svg",
                "img\/levels\/3.svg",
                "img\/levels\/4.svg",
                "img\/levels\/5.svg",
                "img\/levels\/6.svg",
                "img\/levels\/7.svg",
                "img\/levels\/8.svg",
                "img\/levels\/9.svg",
                "img\/levels\/10.svg",
                "img\/levels\/unranked.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}