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!

Что такое FUT Boost?

FUT Boost - это расширение Chrome, разработанное wullimann.gregory, и его основная функция - "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
screenshot
screenshot

Скачать файл CRX расширения FUT Boost

Скачайте файлы расширений FUT Boost в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название FUT Boost FUT Boost
ID kjaanmemidaccchinphechnbccfblddn
Официальный URL https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn
Описание FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
Размер файла 362 KB
Количество установок 174
Текущая Версия 1.0.1
Последнее Обновление 2020-04-19
Дата публикации 2020-04-19
Разработчик wullimann.gregory
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/GregoryWullimann/FUTBoost
URL страницы помощи https://github.com/GregoryWullimann/FUTBoost
Поддерживаемые языки 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"
    ]
}