Faceit league and level hider

Faceit league and level hider

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}