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 هو إضافة Chrome تم تطويرها بواسطة https://www.ultimatetrader.club، والميزة الرئيسية لها هي "This extension will import the records from FUT to Ultimate Trader Club Journal.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ultimate Trader Club Import
قم بتنزيل ملفات الامتداد Ultimate Trader Club Import بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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].
معلومات أساسية عن التمديد
الاسم | |
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" ] } |