FACEIT Visuals

FACEIT Visuals helps the user for better experience on the platform

FACEIT Visuals क्या है?

FACEIT Visuals https://tenarisesports.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FACEIT Visuals helps the user for better experience on the platform"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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\/"
    ]
}