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!

Vad är FUT Boost?

FUT Boost är en Chrome-tillägg utvecklad av wullimann.gregory, och dess huvudfunktion är "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner FUT Boost-förlängningens CRX-fil

Ladda ner FUT Boost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn FUT Boost FUT Boost
ID kjaanmemidaccchinphechnbccfblddn
Officiell webbadress https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn
Beskrivning FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
Filstorlek 362 KB
Antal Installationer 174
Aktuell Version 1.0.1
Senast Uppdaterad 2020-04-19
Publiceringsdatum 2020-04-19
Utvecklare wullimann.gregory
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/GregoryWullimann/FUTBoost
Hjälpsida URL https://github.com/GregoryWullimann/FUTBoost
Stödda Språk 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"
    ]
}