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": "CSGOnet ASSIST", "description": "Melhore suas chances de profit no CSGO.net!", "icons": { "128": "icons\/128.png" }, "version": "1.0.0", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/csgo.net\/*" ], "action": { "default_title": "Configurar", "default_popup": "popup\/index.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/csgo.net\/*" ], "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\/currency-converter\/index.js" ], "css": [ "content\/case-odds-chart\/index.css", "content\/currency-converter\/index.css" ] } ] }