Fut Easy

An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru

What is Fut Easy?

Fut Easy is a Chrome extension developed by https://futeasy.ru, and its main feature is "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Fut Easy Extension CRX File

Download Fut Easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Fut Easy Fut Easy
ID jddadmedgnlpgbapoobifooadjfgahkk
Official URL https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk
Description An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
File Size 371 KB
Installation Count 1,360
Current Version 4.6.0
Last Updated 2024-02-19
Publish Date 2020-07-03
Rating 4.68/5 Total 31 Ratings
Developer https://futeasy.ru
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://futeasy.ru/policy
Supported Languages 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\/*"
            ]
        }
    ]
}