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": "AutoSBC", "version": "25.0.6", "description": "The AutoSBC extension for Chrome", "icons": { "16": ".\/favicon16.png", "32": ".\/favicon32.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "autosbc.js" ] } ] }