Faceit league and level hider

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

What is Faceit league and level hider?

Faceit league and level hider is a Chrome extension developed by venafilmsmathew, and its main feature is "This hides the levels a leagues of other people in a faceit lobby".

Download Faceit league and level hider Extension CRX File

Download Faceit league and level hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Faceit league and level hider Faceit league and level hider
ID abadonaakcdognkjookainbfacfmffob
Official URL https://chromewebstore.google.com/detail/faceit-league-and-level-h/abadonaakcdognkjookainbfacfmffob
Description This hides the levels a leagues of other people in a faceit lobby
File Size 34.06 KB
Installation Count 25
Current Version 1.0
Last Updated 2016-08-29
Publish Date 2016-08-29
Developer venafilmsmathew
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}