Futrich Sniper Bot

Sniping Bot for EA FC24 Web App.

Cos'è Futrich Sniper Bot?

Futrich Sniper Bot è un'estensione di Chrome sviluppata da https://futrich.com, e la sua funzione principale è "Sniping Bot for EA FC24 Web App.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Futrich Sniper Bot

Scarica i file di estensione Futrich Sniper Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Futrich Autobuyer Sniper bot is a Google chrome extension that improves the use of the EA FC24 Web App. The extension, available for PC, PS4/PS5, XONE/XSX of EA FC24, provides several ever-expanding features that will make you earn lots of credits quickly :

• Shortcuts 
• Auto Sniper Bot
• Auto Bid Bot
• Manual Snipe
• Sell with one key 
• Futbin SBC importer 
• Futbin prices
• Unlimited Unassigned 

And many other features that will help you make tons of credits every day!

More information here:
https://futrich.com/
https://www.instagram.com/futrichextension/
https://www.tiktok.com/@futrich1                    

Informazioni di Base sull'Estensione

Nome Futrich Sniper Bot Futrich Sniper Bot
ID albfhllpljifkmplbcmmfppfcfdlpdcf
URL Ufficiale https://chromewebstore.google.com/detail/futrich-sniper-bot/albfhllpljifkmplbcmmfppfcfdlpdcf
Descrizione Sniping Bot for EA FC24 Web App.
Dimensione del File 294 KB
Conteggio Installazioni 1,463
Versione Corrente 1.0.10
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2023-03-17
Valutazione 4.85/5 Totale 33 Valutazioni
Sviluppatore https://futrich.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://futrich.com/
URL della Pagina di Aiuto https://www.instagram.com/futrichextension/
URL della Pagina della Politica sulla Privacy https://futrich.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/NewLogo128.png",
        "default_popup": "options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*"
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundModified.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScriptModified.js"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*\/ultimate-team\/web-app\/*"
            ]
        },
        {
            "js": [
                "support.js"
            ],
            "matches": [
                "https:\/\/futrich.com\/referral\/*",
                "https:\/\/futrich.com\/join\/*"
            ]
        }
    ],
    "description": "Sniping Bot for EA FC24 Web App.",
    "icons": {
        "128": "images\/NewLogo128.png",
        "16": "images\/NewLogo128.png",
        "48": "images\/NewLogo128.png"
    },
    "manifest_version": 3,
    "name": "Futrich Sniper Bot",
    "host_permissions": [
        "https:\/\/futrich.com\/",
        "https:\/\/www.futbin.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/futrich.com\/referral\/*",
            "https:\/\/futrich.com\/join\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "Futrich",
    "version": "1.0.10"
}