CS2 Faceit Stats

Browser extension displays a users stats on FACEIT on their Steam profile.

Qu'est-ce que CS2 Faceit Stats ?

CS2 Faceit Stats est une extension Chrome développée par nol1cx, et sa fonction principale est "Browser extension displays a users stats on FACEIT on their Steam profile.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CS2 Faceit Stats

Téléchargez les fichiers d'extension CS2 Faceit Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Faceit stats by nol1cx is a browser extension that displays user stats from FACEIT.com on their Steam profile. Therefore it may be used as a shortcut to find more information quickly on the users FACEIT stats without having to go over to the platform.                    

Informations de Base sur l'Extension

Nom CS2 Faceit Stats CS2 Faceit Stats
ID hhamdfhacjkmpefgmpehalapnoopakmk
URL Officiel https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk
Description Browser extension displays a users stats on FACEIT on their Steam profile.
Taille du Fichier 405 KB
Nombre d'Installations 113
Version Actuelle 3.2
Dernière Mise à Jour 2024-02-22
Date de Publication 2023-11-28
Évaluation 3.00/5 Total 2 Évaluations
Développeur nol1cx
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vk.com/gpgesports
URL de la Page d'Aide https://vk.com/gpgesports
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CS2 Faceit Stats",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "version": "3.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/vk.com\/gpgesports",
    "description": "Browser extension displays a users stats on FACEIT on their Steam profile.",
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "CS2 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_new.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": [
                ""
            ]
        }
    ]
}