Ultimate Trader Club Import
This extension will import the records from FUT to Ultimate Trader Club Journal.
Ultimate Trader Club Import là gì?
Ultimate Trader Club Import là một tiện ích mở rộng Chrome được phát triển bởi https://www.ultimatetrader.club, và tính năng chính của nó là "This extension will import the records from FUT to Ultimate Trader Club Journal.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ultimate Trader Club Import
Tải xuống các tệp mở rộng Ultimate Trader Club Import dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kphkpmbcnbemngghfonkknnffkcdpdaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa |
Mô tả | This extension will import the records from FUT to Ultimate Trader Club Journal. |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 145 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-10-04 |
Ngày Phát Hành | 2018-10-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.ultimatetrader.club |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |