FUT Alert - My Extension
Your FUT Web App companion for trading..
FUT Alert - My Extension là gì?
FUT Alert - My Extension là một tiện ích mở rộng Chrome được phát triển bởi FUT Alert, và tính năng chính của nó là "Your FUT Web App companion for trading..".
Ả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 FUT Alert - My Extension
Tải xuống các tệp mở rộng FUT Alert - My Extension 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
Watch profit of your FUT club players, check real time prices of players and if it's a good time to buy those players you search on the FUT market, import your club into FUT Alert - My Portfolio and much more..
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FUT Alert - My Extension |
ID | cmlkmalcjcbmledhdedbljhfejciicbh |
URL Chính Thức | https://chromewebstore.google.com/detail/fut-alert-my-extension/cmlkmalcjcbmledhdedbljhfejciicbh |
Mô tả | Your FUT Web App companion for trading.. |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 5,567 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-11-17 |
Ngày Phát Hành | 2020-02-07 |
Đánh Giá | 3.56/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | FUT Alert |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://portfolio.futalert.co.uk |
URL Trang Trợ Giúp | https://www.twitter.com/fut_alert |
URL Trang Chính Sách Bảo Mật | https://corporate.futalert.co.uk/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUT Alert - My Extension", "version": "1.4.1", "description": "Your FUT Web App companion for trading..", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.easports.com\/*", "https:\/\/easports.com\/*", "https:\/\/www.ea.com\/*", "https:\/\/ea.com\/*", "https:\/\/www.ea.com\/tr-tr\/fifa\/ultimate-team\/*", "https:\/\/apisf.futalert.co.uk\/api\/*", "https:\/\/cdn.futalert.co.uk\/Images\/*" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" } }, "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.easports.com\/*", "https:\/\/easports.com\/*", "https:\/\/www.ea.com\/*", "https:\/\/ea.com\/*", "https:\/\/www.ea.com\/tr-tr\/fifa\/ultimate-team\/*" ], "js": [ "assets\/js\/jquery-3.4.1.min.js", "assets\/js\/cleave.min.js", "inject.js" ], "css": [ "assets\/css\/inject.css" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "assets\/img\/*.png", "inject.js", "assets\/js\/jquery-3.4.1.min.js", "assets\/js\/cleave.min.js", "content.js" ], "matches": [ "https:\/\/www.ea.com\/*" ], "extension_ids": [] } ], "externally_connectable": { "matches": [ "https:\/\/www.easports.com\/*", "https:\/\/easports.com\/*", "https:\/\/www.ea.com\/*", "https:\/\/ea.com\/*", "https:\/\/apisf.futalert.co.uk\/api\/*", "https:\/\/cdn.futalert.co.uk\/Images\/*", "https:\/\/www.ea.com\/tr-tr\/fifa\/ultimate-team\/*" ] } } |