FACEIT Visuals

FACEIT Visuals helps the user for better experience on the platform

FACEIT Visualsとは何ですか?

FACEIT Visualsはhttps://tenarisesports.comによって開発されたChromeの拡張機能で、その主な機能は「FACEIT Visuals helps the user for better experience on the platform」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

FACEIT Visuals拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}