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是由wullimann.gregory開發的Chrome擴展程式,該擴展的主要功能是“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

下載FUT Boost擴展crx文件

下載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
官方網址 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"
    ]
}