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": "FaceitAdvanced (Beta)", "description": "Level up your Faceit experience \u2013 smarter stats, deeper insights, more control.", "version": "1.6.7", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.faceit.com\/*", "*:\/\/*.steamcommunity.com\/*" ], "action": { "default_title": "FaceitAdvanced", "default_popup": "popup.html" }, "homepage_url": "https:\/\/faceitadvanced.com", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "content_scripts": [ { "matches": [ "*:\/\/*.faceit.com\/*" ], "js": [ "content-scripts\/content.js" ] }, { "matches": [ "*:\/\/*.steamcommunity.com\/*" ], "js": [ "content-scripts\/steam.js" ] }, { "matches": [ "*:\/\/*.faceit.com\/*" ], "js": [ "content-scripts\/content.js" ] }, { "matches": [ "*:\/\/*.steamcommunity.com\/*" ], "js": [ "content-scripts\/steam.js" ] } ], "background": { "service_worker": "background.js" } }