shortfuts
shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
shortfuts là gì?
shortfuts là một tiện ích mở rộng Chrome được phát triển bởi https://shortfuts.com, và tính năng chính của nó là "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.".
Ả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 shortfuts
Tải xuống các tệp mở rộng shortfuts 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
shortfuts is the original extension that helps making the FIFA Ultimate Team web app easier by allowing you to bind common actions to keys on your keyboard. EA doesn't support 3rd party extensions. By installing and using, you assume any and all risk associated with usage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | shortfuts |
ID | piepdojghinggmddebidfkhfbdaggnmh |
URL Chính Thức | https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh |
Mô tả | shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish. |
Kích Thước Tệp | 364 KB |
Số Lần Cài Đặt | 37,623 |
Phiên Bản Hiện Tại | 14.0.3 |
Cập Nhật Lần Cuối | 2023-10-03 |
Ngày Phát Hành | 2020-04-15 |
Đánh Giá | 4.47/5 Tổng số 771 Đánh Giá |
Nhà Phát Triển | https://shortfuts.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shortfuts.com |
URL Trang Trợ Giúp | https://shortfuts.com |
URL Trang Chính Sách Bảo Mật | https://shortfuts.myshopify.com/pages/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "shortfuts", "description": "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.", "version": "14.0.3", "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "service_worker": "eventPage.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*" ], "js": [ "contentScript.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "identity", "identity.email" ], "host_permissions": [ "*:\/\/apisf.futalert.co.uk\/", "*:\/\/shortfuts-server.herokuapp.com\/" ], "web_accessible_resources": [ { "resources": [ "futAlert.jpg", "injected.js", "sc.banner.jpg", "sc.square.jpg" ], "matches": [ " |