FUT Sniping Bot

The ultimate EA FC sniping bot

¿Qué es FUT Sniping Bot?

FUT Sniping Bot es una extensión de Chrome desarrollada por https://futsnipingbot.com, y su función principal es "The ultimate EA FC sniping bot".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FUT Sniping Bot

Descarga archivos de extensión FUT Sniping Bot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This essential EA FC Ultimate Team Web App tool automates sniping and selling, in order to make profit hands-free, capable of performing searches faster than any human can do! From the moment you start, you will never need to spend another penny on coins again! Join us today by installing our easy-to-use Sniping Bot.                    

Información Básica de la Extensión

Nombre FUT Sniping Bot FUT Sniping Bot
ID bflpmpggmkamcjjdjajcafkpcmjmgcfg
URL Oficial https://chromewebstore.google.com/detail/fut-sniping-bot/bflpmpggmkamcjjdjajcafkpcmjmgcfg
Descripción The ultimate EA FC sniping bot
Tamaño del Archivo 6.71 MB
Cantidad de Instalaciones 43,365
Versión Actual 2.2.1
Última Actualización 2023-10-22
Fecha de Publicación 2020-07-07
Calificación 3.84/5 Total de 97 Calificaciones
Desarrollador https://futsnipingbot.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.futsnipingbot.com
URL de la Página de Ayuda https://www.futsnipingbot.com/contact
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUT Sniping Bot",
    "version": "2.2.1",
    "description": "The ultimate EA FC sniping bot",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArpVeHyJKUfr2iMtUWwvxbr2R0SSmJx4UW+6XdQ6UxBdHp5pM0FLTQ6Gtfvt8LfebRahiH3Ud3KnKQufvispR4+R7TCjy4Sm6NACiSjNfywo1\/WqzCcCtq2DyQ4rqMwj+cn1O2C1OKuGXI2a1EM8KvcZg8u0dZUWfCN\/M+UhKe8NI9mdUal2YE5IIwuIJ9YBZPvucZKERZV67yvHe4MXyjjuse9ZidlaQICmo3xPUqwV9sVo8SO9WLkQ1og8k9+35W4ddsy8DM0B2XXaPVfoG173VTQNvG075Iyysw7DZtBJ78ZwfXNYMBAeQHFXBUXIA9+GeLmwXCkxuPiZS\/OsViQIDAQAB",
    "browser_action": {
        "default_title": "FUT Sniping Bot",
        "default_popup": "popup.html",
        "default_icon": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon_16.png",
        "24": "img\/icon_24.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/app1.js",
                "js\/other.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/app2.js",
                "js\/other.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/www.ea.com\/*",
        "https:\/\/futsnipingbot.com\/*",
        "https:\/\/www.futbin.com\/*",
        "https:\/\/futbin.com\/*",
        "https:\/\/futbin.org\/*",
        "https:\/\/*.herokuapp.com\/*",
        "storage",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ea.com\/*"
        ]
    },
    "web_accessible_resources": [
        "css\/inject.css",
        "fonts\/Poppins-Regular-LatinExt.woff2",
        "fonts\/Poppins-Regular-Latin.woff2",
        "fonts\/Poppins-Medium-LatinExt.woff2",
        "fonts\/Poppins-Medium-Latin.woff2",
        "fonts\/Poppins-SemiBold-LatinExt.woff2",
        "fonts\/Poppins-SemiBold-Latin.woff2"
    ]
}