shortfuts
shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
¿Qué es shortfuts?
shortfuts es una extensión de Chrome desarrollada por https://shortfuts.com, y su función principal es "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión shortfuts
Descarga archivos de extensión shortfuts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | shortfuts |
ID | piepdojghinggmddebidfkhfbdaggnmh |
URL Oficial | https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh |
Descripción | shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish. |
Tamaño del Archivo | 364 KB |
Cantidad de Instalaciones | 37,623 |
Versión Actual | 14.0.3 |
Última Actualización | 2023-10-03 |
Fecha de Publicación | 2020-04-15 |
Calificación | 4.47/5 Total de 771 Calificaciones |
Desarrollador | https://shortfuts.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://shortfuts.com |
URL de la Página de Ayuda | https://shortfuts.com |
URL de la Página de Política de Privacidad | https://shortfuts.myshopify.com/pages/privacy-policy |
Idiomas Soportados | 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": [ " |