Ultimate Trader Club Import
This extension will import the records from FUT to Ultimate Trader Club Journal.
What is Ultimate Trader Club Import?
Ultimate Trader Club Import is a Chrome extension developed by https://www.ultimatetrader.club, and its main feature is "This extension will import the records from FUT to Ultimate Trader Club Journal.".
Extension Screenshots
Download Ultimate Trader Club Import Extension CRX File
Download Ultimate Trader Club Import extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | |
ID | kphkpmbcnbemngghfonkknnffkcdpdaa |
Official URL | https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa |
Description | This extension will import the records from FUT to Ultimate Trader Club Journal. |
File Size | 224 KB |
Installation Count | 145 |
Current Version | 1.2 |
Last Updated | 2018-10-04 |
Publish Date | 2018-10-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.ultimatetrader.club |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |