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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fut Price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Fut Price Fut Price
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'"
}