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!

O que é FUT Boost?

FUT Boost é uma extensão do Chrome desenvolvida por wullimann.gregory, e sua principal característica é "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FUT Boost

Baixe arquivos de extensão FUT Boost no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FUT Boost FUT Boost
ID kjaanmemidaccchinphechnbccfblddn
URL Oficial https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn
Descrição FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
Tamanho do Arquivo 362 KB
Contagem de Instalações 174
Versão Atual 1.0.1
Última Atualização 2020-04-19
Data de Publicação 2020-04-19
Desenvolvedor wullimann.gregory
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/GregoryWullimann/FUTBoost
URL da Página de Ajuda https://github.com/GregoryWullimann/FUTBoost
Idiomas Suportados 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"
    ]
}