Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
什么是Fut Easy?
Fut Easy是由https://futeasy.ru开发的Chrome扩展程序,该扩展的主要功能是“An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru”。
扩展截图
下载Fut Easy扩展crx文件
下载Fut Easy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helping to earn coins in EA FC 24 Ultimate Team faster. Opportunities: - autofill any SBC - easy snipe - easy grind - trade statistics - grind statistics - hot keys and additional interface elements
扩展基本信息
名称 | Fut Easy |
ID | jddadmedgnlpgbapoobifooadjfgahkk |
官方URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
简介 | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
文件大小 | 371 KB |
安装次数 | 1,360 |
当前版本 | 4.6.0 |
更新时间 | 2024-02-19 |
上架时间 | 2020-07-03 |
评分 | 4.68/5 共31次评分 |
开发者 | https://futeasy.ru |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://futeasy.ru/policy |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fut Easy", "version": "4.6.0", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "images\/disable.png" } }, "content_scripts": [ { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/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\/*" ], "run_at": "document_start" }, { "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/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\/*" ], "run_at": "document_start" } ], "icons": { "128": "images\/active.png" }, "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "content\/injectedContent.js", "sound\/success.mp3", "sound\/fail.mp3" ], "matches": [ "https:\/\/www.ea.com\/*" ] } ] } |