MR FUTTY

Tweak for WebApp Fut 21

What is MR FUTTY?

MR FUTTY is a Chrome extension developed by metahype, and its main feature is "Tweak for WebApp Fut 21".

Extension Screenshots

screenshot

Download MR FUTTY Extension CRX File

Download MR FUTTY 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

                        Te proporciona de atajos para la web app de fifa 21 para cazar jugadores mas rapido y enviarlos directamente a tu lista de transferibles.

- Debes ingresar los filtros que desees (tipo de carta, liga, posicion, etc) o directamente el nombre del jugador, y un precio maximo de compra ya.

- En la parte inferior izquierda hay un boton que dice "Single" esta opcion es para detener el ciclo al comprar el jugador, haciendo click en el boton puedes cambiar a "Multiple" que sigue repitiendo el ciclo una vez compras al jugador.

- Una vez ingresados los valores debes activar la herramienta si no esta activada (Click en Inactive) o presionar la tecla Z, despues para buscar presiona la tecla X.

- La herramienta va a variar el precio minimo de puja y el minimo y maximo de compra ya.

- Una vez realizada la compra, enviara al jugador a la lista de transferibles y se repetira el proceso.

Disfruta y comparte tus compras en twitter #MRFUTTY y recuerda no abusar de la herramienta.

Cualquier duda o sugerencia contactarme al email de desarrollador                    

Extension Basic Information

Name MR FUTTY MR FUTTY
ID kgmfemamhigaglnkpigchjagncmafbme
Official URL https://chromewebstore.google.com/detail/mr-futty/kgmfemamhigaglnkpigchjagncmafbme
Description Tweak for WebApp Fut 21
File Size 293 KB
Installation Count 163
Current Version 5.9
Last Updated 2023-11-21
Publish Date 2020-10-09
Rating 5.00/5 Total 3 Ratings
Developer metahype
Email [email protected]
Payment Type free
Extension Website https://twitter.com/mrfutty
Help Page URL https://twitter.com/mrfutty
Privacy Policy Page URL https://mrfutty.com/politicas
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tweak for WebApp Fut 21",
    "version": "5.9",
    "name": "MR FUTTY",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toastr.min.css",
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/signin.ea.com\/p\/web2\/*",
                "*:\/\/www.ea.com\/es-es\/fifa\/ultimate-team\/web-app\/",
                "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/",
                "*:\/\/www.ea.com\/*\/ultimate-team\/web-app\/",
                "*:\/\/www.ea.com\/*\/"
            ],
            "js": [
                "contentScript.bundle.js",
                "jquery-3.4.1.min.js"
            ],
            "css": [
                "toastr.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}