Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Wat is Fut Easy?
Fut Easy is een Chrome-extensie ontwikkeld door https://futeasy.ru, en de belangrijkste functie is "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".
Extensie Screenshots
Download het CRX-bestand van de extensie Fut Easy
Download Fut Easy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jddadmedgnlpgbapoobifooadjfgahkk |
| Officiële URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
| Beschrijving | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
| Bestandsgrootte | 371 KB |
| Aantal Installaties | 1,360 |
| Huidige Versie | 4.6.0 |
| Laatst Bijgewerkt | 2024-02-19 |
| Publicatiedatum | 2020-07-03 |
| Beoordeling | 4.68/5 Totaal 31 Beoordelingen |
| Ontwikkelaar | https://futeasy.ru |
| [email protected] | |
| Betalingswijze | in_app |
| URL van de Privacybeleid Pagina | https://futeasy.ru/policy |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |