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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rdb Productions และคุณลักษณะหลักของมันคือ "Use Futbin while trading on the Fifa 18 FUT Web App!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Futbin Plugin for FUT Web App
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:\/\/*\/*" ] } |