FUT Boost

FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!

Cos'è FUT Boost?

FUT Boost è un'estensione di Chrome sviluppata da wullimann.gregory, e la sua funzione principale è "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FUT Boost

Scarica i file di estensione FUT Boost 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

                        FUT Boost will add many functionality to the FUT Web App, some examples are an enriched transfer market search, with ratings and type filters; a quick overview of your club; SBC prices and more!                    

Informazioni di Base sull'Estensione

Nome FUT Boost FUT Boost
ID kjaanmemidaccchinphechnbccfblddn
URL Ufficiale https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn
Descrizione FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
Dimensione del File 362 KB
Conteggio Installazioni 174
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-04-19
Data di Pubblicazione 2020-04-19
Sviluppatore wullimann.gregory
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/GregoryWullimann/FUTBoost
URL della Pagina di Aiuto https://github.com/GregoryWullimann/FUTBoost
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUT Boost",
    "description": "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.easports.com\/*fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "\/js\/injected.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "FUT Boost",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/injected.js",
        "images\/*.png"
    ],
    "permissions": [
        "storage"
    ]
}