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 |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } |