Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Hvad er Fut Easy?
Fut Easy er en Chrome-udvidelse udviklet af https://futeasy.ru, og dens hovedfunktion er "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".
Udvidelsesskærmbilleder
Download Fut Easy-udvidelses-CRX-fil
Download Fut Easy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jddadmedgnlpgbapoobifooadjfgahkk |
| Officiel URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
| Beskrivelse | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
| Filstørrelse | 371 KB |
| Antal Installationer | 1,360 |
| Nuværende Version | 4.6.0 |
| Senest Opdateret | 2024-02-19 |
| Udgivelsesdato | 2020-07-03 |
| Bedømmelse | 4.68/5 Samlet 31 Bedømmelser |
| Udvikler | https://futeasy.ru |
| [email protected] | |
| Betalingsmetode | in_app |
| URL til Fortrolighedspolitik Side | https://futeasy.ru/policy |
| Understøttede Sprog | 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\/*"
]
}
]
} | |