Fut Price
Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell.
Fut Price란 무엇입니까?
Fut Price은(는) sergiosaw10에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell."입니다.
확장 프로그램 스크린샷
Fut Price 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Show all your tradable players on a table, where it will show the bought price and the price of the player in https://www.futbin.com/. You can sort the table by the column "Profit" to check what players you have to sell. You must access to the extension through "Chrome Devtools". You can check how to acces here: https://developers.google.com/web/tools/chrome-devtools/?hl=es Then you can see a new tab named FutPrice where will be filled with the players when you navigate to your Club in EA FUT WEB APP (https://www.easports.com/es/fifa/ultimate-team/fut-app) This extension is still too young and will be filled with new functionalities soon.
확장 프로그램 기본 정보
이름 | |
ID | halcjnknoddnglnnbefmcoaeeephckne |
공식 URL | https://chrome.google.com/webstore/detail/fut-price/halcjnknoddnglnnbefmcoaeeephckne |
설명 | Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell. |
파일 크기 | 2.6 MB |
설치 횟수 | 168 |
현재 버전 | 1.42 |
최근 업데이트 | 2019-04-08 |
출시 날짜 | 2019-04-08 |
개발자 | sergiosaw10 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fut Price", "description": "Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell.", "version": "1.42", "browser_action": { "default_icon": "logo22.png", "default_title": "Fut Price 2019" }, "permissions": [ "activeTab", "storage", "tabs", "*:\/\/easports.com\/*" ], "web_accessible_resources": [ "data\/*.json" ], "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js; object-src 'self'" } |