FACE-X

Faceit Stats on steamcommunity profile

FACE-X क्या है?

FACE-X rksss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Faceit Stats on steamcommunity profile"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FACE-X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
                ""
            ]
        }
    ]
}