FACEIT Visuals

FACEIT Visuals helps the user for better experience on the platform

Τι είναι το FACEIT Visuals;

Το FACEIT Visuals είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tenarisesports.com, και η κύρια λειτουργία του είναι "FACEIT Visuals helps the user for better experience on the platform".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FACEIT Visuals

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

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

                        Adds matchroom badges for  users&staff&admins.
Faceit Profiles on SteamProfiles
FEATURES:
elo calculator, badges, advanced stats
 Update in progress:  more API Functionalities..

Social Media: 
Twitter: https://twitter.com/shadigm_
Faceit: https://www.faceit.com/en/players/shadi


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

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

Όνομα FACEIT Visuals FACEIT Visuals
ID ngcickocpcongeagbpkejabhkgmcildo
Επίσημο URL https://chromewebstore.google.com/detail/faceit-visuals/ngcickocpcongeagbpkejabhkgmcildo
Περιγραφή FACEIT Visuals helps the user for better experience on the platform
Μέγεθος Αρχείου 479 KB
Αριθμός Εγκαταστάσεων 3,106
Τρέχουσα Έκδοση 3.4.0
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2022-06-19
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://tenarisesports.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tenarisesports.com/#home
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/mPt3hcmktf
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/4c9af9a7-6116-4d85-b5b6-0f912542fc4c
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FACEIT Visuals",
    "description": "FACEIT Visuals helps the user for better experience on the platform",
    "version": "3.4.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icon16x16.png",
        "48": ".\/icon48x48.png",
        "128": ".\/icon128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "setter.js",
                "foreground.js",
                "content.js",
                "contentScript.js"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "matches": [
                "https:\/\/www.faceit.com\/*",
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "admin.png",
                "insider.png",
                "legend.png",
                "pro.png",
                "vip.png",
                "ropl1.png",
                "jun.png",
                "shadi.png",
                "key.png",
                "bot.png",
                "dev.png",
                "cs.png",
                "youtuber.png",
                "twitch.png",
                "faceit.png",
                "shadii.png",
                "logof.png",
                "discord.png",
                "twitter.png",
                "paypal.png",
                "logo.pmg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.faceit.com\/*",
        "https:\/\/api.faceit.com\/"
    ]
}