Futbin Plugin for FUT Web App
Use Futbin while trading on the Fifa 18 FUT Web App!
Futbin Plugin for FUT Web Appとは何ですか?
Futbin Plugin for FUT Web AppはRdb Productionsによって開発されたChromeの拡張機能で、その主な機能は「Use Futbin while trading on the Fifa 18 FUT Web App!」です。
拡張機能のスクリーンショット
Futbin Plugin for FUT Web App拡張機能のCRXファイルをダウンロード
Futbin Plugin for FUT Web App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Futbin plugin for Fifa 18 FUT Web App! Do you also use Futbin to trade efficiently on fifa 18? Now you can search players on Futbin while using the Fifa 18 FUT Web App! - Search players - Find best prices - Check SBC Solutions - Use Squad Builder - And many more... New in Version 2.0.0: - Futbin page will remain open - Futbin page is now draggable - Bug fixes and other optimalisations New in Version 2.2.0: - New logo - Better design - Open and close problems fixed - Bug fixes and other optimalisations New in Version 2.3.0: - Added Club Boost: Prank your friends! - Futbin Plugin is now resizable - Keeps active on background when closed - Transparant while dragging - Bug fixes and other optimalisations **DISCLAIMER** This is an unofficial Chrome Extension that uses the Futbin services. All credits for this extension go to Futbin, the developer is not responisible for any problems.
拡張機能の基本情報
名前 | |
ID | fianadpfpllbligahbkhecbboafklfed |
公式URL | https://chrome.google.com/webstore/detail/futbin-plugin-for-fut-web/fianadpfpllbligahbkhecbboafklfed |
説明 | Use Futbin while trading on the Fifa 18 FUT Web App! |
ファイルサイズ | 1.78 MB |
インストール数 | 885 |
現在のバージョン | 2.3.0 |
最終更新日 | 2018-03-06 |
公開日 | 2018-03-06 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Rdb Productions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Futbin Plugin for FUT Web App", "short_name": "Futbin Plugin", "version": "2.3.0", "description": "Use Futbin while trading on the Fifa 18 FUT Web App!", "browser_action": { "default_icon": "icon32.png" }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |