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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |