Ultimate Trader Club Import

This extension will import the records from FUT to Ultimate Trader Club Journal.

Ultimate Trader Club Import क्या है?

Ultimate Trader Club Import https://www.ultimatetrader.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will import the records from FUT to Ultimate Trader Club Journal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में Ultimate Trader Club Import एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ultimate Trader Chrome Extensions allows you to quickly import the information of your bought and sold players in FUT from the web app directly into ultimatetrader.club journal. 

For any questions please e-mail us at [email protected].                    

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

नाम Ultimate Trader Club Import Ultimate Trader Club Import
ID kphkpmbcnbemngghfonkknnffkcdpdaa
आधिकारिक URL https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa
विवरण This extension will import the records from FUT to Ultimate Trader Club Journal.
फ़ाइल का आकार 224 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-10-04
प्रकाशन तिथि 2018-10-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.ultimatetrader.club
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Trader Club Import",
    "description": "This extension will import the records from FUT to Ultimate Trader Club Journal.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.easports.com\/*"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}