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": "CSGO NET do @lukao150", "description": "Enhances the CSGO NET experience and adds hub experience.", "version": "1.0.24", "permissions": [ "storage", "offscreen" ], "host_permissions": [ "*:\/\/csgo.net\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/csgo.net\/*" ], "js": [ "vendor\/sentry\/sentry.js", "vendor\/firebase-app.js", "vendor\/firebase-firestore.js", "content\/_firebase\/index.js", "content\/case-odds-chart\/index.js", "content\/promocode-filler\/index.js", "content\/zuero\/index.js" ], "css": [ "content\/case-odds-chart\/index.css" ] } ], "background": { "service_worker": "background\/zuero.js" } }