Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/futbin.com\/*", "https:\/\/www.futbin.com\/*", "https:\/\/futnext.com\/*", "https:\/\/www.futnext.com\/*", "https:\/\/futbin.org\/*", "https:\/\/exp.host\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "notifications", "alarms" ], "description": "Enhances your experience with FC25 web app", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FC Enhancer", "web_accessible_resources": [ { "resources": [ "js\/vendor.js", "js\/main.js", "header_image.png" ], "matches": [ "<all_urls>" ] } ], "version": "25.0.2.7" }