Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Hide Faceit Lobbies", "version": "1.0.2", "description": "Automatically hide lobbies that are not 'READY'. Enable\/disable with 'SHIFT+HOME'. See the extension options for more control.", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.faceit.com\/en\/clan\/*" ] } ], "options_page": "options.html", "permissions": [ "storage" ] }