Ultimate Trader Club Import

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

Vad är Ultimate Trader Club Import?

Ultimate Trader Club Import är en Chrome-tillägg utvecklad av https://www.ultimatetrader.club, och dess huvudfunktion är "This extension will import the records from FUT to Ultimate Trader Club Journal.".

Tilläggsskärmbilder

screenshot

Ladda ner Ultimate Trader Club Import-förlängningens CRX-fil

Ladda ner Ultimate Trader Club Import-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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].                    

Grundläggande Information om Tillägg

Namn Ultimate Trader Club Import Ultimate Trader Club Import
ID kphkpmbcnbemngghfonkknnffkcdpdaa
Officiell webbadress https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa
Beskrivning This extension will import the records from FUT to Ultimate Trader Club Journal.
Filstorlek 224 KB
Antal Installationer 145
Aktuell Version 1.2
Senast Uppdaterad 2018-10-04
Publiceringsdatum 2018-10-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.ultimatetrader.club
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}