Faceit league and level hider

This hides the levels a leagues of other people in a faceit lobby

什么是Faceit league and level hider?

Faceit league and level hider是由venafilmsmathew开发的Chrome扩展程序,该扩展的主要功能是“This hides the levels a leagues of other people in a faceit lobby”。

下载Faceit league and level hider扩展crx文件

下载Faceit league and level hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This hides the levels a leagues of other people in a faceit lobby                    

扩展基本信息

名称 Faceit league and level hider Faceit league and level hider
ID abadonaakcdognkjookainbfacfmffob
官方URL https://chromewebstore.google.com/detail/faceit-league-and-level-h/abadonaakcdognkjookainbfacfmffob
简介 This hides the levels a leagues of other people in a faceit lobby
文件大小 34.06 KB
安装次数 25
当前版本 1.0
更新时间 2016-08-29
上架时间 2016-08-29
开发者 venafilmsmathew
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit league and level hider",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.faceit.com\/en\/csgo\/room*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}