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": "FUT Trade Buddy Autobuyer & Sniping Bot",
"description": "Automation of EA FC26 WebApp. In case of any questions please contact us on our Discord Server: https:\/\/www.discord.gg\/RSzCgQF",
"version": "1.8.3",
"action": {
"default_icon": "icon.png",
"default_popup": "login.html"
},
"permissions": [
"storage",
"activeTab",
"identity",
"identity.email"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.ea.com\/*"
],
"css": [
"styles.css"
],
"js": [
"jquery.js",
"content_script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"styles.css",
"log.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/raw.githubusercontent.com https:\/\/api.ipify.org"
}
}