Steamify - Faceit stats checker

Steamify is a Chrome extension that displays a users detailed stats on FACEIT on their Steam profile.

Τι είναι το Steamify - Faceit stats checker;

Το Steamify - Faceit stats checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rockwasnthere, και η κύρια λειτουργία του είναι "Steamify is a Chrome extension that displays a users detailed stats on FACEIT on their Steam profile.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Steamify - Faceit stats checker

Λήψη αρχείων επέκτασης Steamify - Faceit stats checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Steamify is a Chrome extension that enhances the experience on steamcommunity.com with faceit.com.

v1.3.1
     - fixed bug with duplicates when the player has less than 20 matches

v1.3.0
     - Now gets CS2 stats instead of CSGO
     - bug fixes
     - a bit of refactoring

v1.2.6
     - manifest version updated to v3
     - bug fixes
     - a bit of refactoring

v1.2.5
     - Verified faceit profile badge added
     - Active duty map pool changed
     - a bit of refactoring

v1.2.4
     - Elo column removed (no available data)
     - Sheriff ban reason removed (no available data)
     - a bit of refactoring

v1.2.3
     - de_ancient has been added to maps pool

v1.2.2
     - Elo of the 20th match is now displayed correctly
     - Added a link to a faceit match in the "Team" column

v1.2.1
     - Bug fixes (Headshots column)

v1.2
     - Maps played are now sorted by matches played
     - Players on teams now sorted by Kills
     - Bug fixes

v1.1
     - Added match history for the last 20 games (if available)
          - Detailed match stats (including ELO changes)
          - Demo download link (if available)
     - Bug fixes

It works on any Steam profile, doesn't matter if it is private or not, as far as the Steam profile has been connected to FACEIT account, it will show data. Is pretty useful if you want to understand how good the player is before adding him or easily find out if the player is smurf or not. This extension will replace all similar online-services.

NOTE: Steamify is developed independently, and is not officially endorsed by or affiliated with Steam or FACEIT.

Report a problem or send feedback about the Steamify to [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steamify - Faceit stats checker Steamify - Faceit stats checker
ID hgapfodjjnkkoebpfbcfhhenkklchngn
Επίσημο URL https://chromewebstore.google.com/detail/steamify-faceit-stats-che/hgapfodjjnkkoebpfbcfhhenkklchngn
Περιγραφή Steamify is a Chrome extension that displays a users detailed stats on FACEIT on their Steam profile.
Μέγεθος Αρχείου 60.92 KB
Αριθμός Εγκαταστάσεων 2,150
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2023-11-19
Ημερομηνία Δημοσίευσης 2020-09-27
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής rockwasnthere
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/rockwasnthere/Steamify
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/rockwasnthere/Steamify/issues/new
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steamify - Faceit stats checker",
    "description": "Steamify is a Chrome extension that displays a users detailed stats on FACEIT on their Steam profile.",
    "version": "1.3.1",
    "icons": {
        "16": "images\/icon\/16.png",
        "32": "images\/icon\/32.png",
        "64": "images\/icon\/64.png",
        "128": "images\/icon\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/lvl_1.svg",
                "images\/lvl_2.svg",
                "images\/lvl_3.svg",
                "images\/lvl_4.svg",
                "images\/lvl_5.svg",
                "images\/lvl_6.svg",
                "images\/lvl_7.svg",
                "images\/lvl_8.svg",
                "images\/lvl_9.svg",
                "images\/lvl_10.svg",
                "images\/icon\/sotsad.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css",
                "css\/hwsurvey.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "images\/icon\/128.png",
        "default_title": "Steamify"
    }
}