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
官方網址 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\/"
    ]
}