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.”。

擴展截圖

screenshot

下載Fut Price擴展crx文件

下載Fut Price擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Fut Price Fut Price
ID halcjnknoddnglnnbefmcoaeeephckne
官方網址 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'"
}