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
电子邮箱 [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\/"
    ]
}