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 là gì?
Fut Price là một tiện ích mở rộng Chrome được phát triển bởi sergiosaw10, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fut Price
Tải xuống các tệp mở rộng Fut Price dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | halcjnknoddnglnnbefmcoaeeephckne |
URL Chính Thức | https://chrome.google.com/webstore/detail/fut-price/halcjnknoddnglnnbefmcoaeeephckne |
Mô tả | 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. |
Kích Thước Tệp | 2.6 MB |
Số Lần Cài Đặt | 168 |
Phiên Bản Hiện Tại | 1.42 |
Cập Nhật Lần Cuối | 2019-04-08 |
Ngày Phát Hành | 2019-04-08 |
Nhà Phát Triển | sergiosaw10 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |