Ultimate Trader Club Import
This extension will import the records from FUT to Ultimate Trader Club Journal.
Qu'est-ce que Ultimate Trader Club Import ?
Ultimate Trader Club Import est une extension Chrome développée par https://www.ultimatetrader.club, et sa fonction principale est "This extension will import the records from FUT to Ultimate Trader Club Journal.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ultimate Trader Club Import
Téléchargez les fichiers d'extension Ultimate Trader Club Import au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | |
ID | kphkpmbcnbemngghfonkknnffkcdpdaa |
URL Officiel | 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. |
Taille du Fichier | 224 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-10-04 |
Date de Publication | 2018-10-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.ultimatetrader.club |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |