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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |