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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}