shortfuts

shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.

Was ist shortfuts?

shortfuts ist eine Chrome-Erweiterung, die von https://shortfuts.com entwickelt wurde, und ihr Hauptmerkmal ist "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.".

Erweiterungsscreenshots

screenshot

shortfuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie shortfuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name shortfuts shortfuts
ID piepdojghinggmddebidfkhfbdaggnmh
Offizielle URL https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh
Beschreibung shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
Dateigröße 364 KB
Installationsanzahl 37,623
Aktuelle Version 14.0.3
Letztes Update 2023-10-03
Veröffentlichungsdatum 2020-04-15
Bewertung 4.47/5 Insgesamt 771 Bewertungen
Entwickler https://shortfuts.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shortfuts.com
Hilfeseite URL https://shortfuts.com
URL der Datenschutzrichtlinien-Seite https://shortfuts.myshopify.com/pages/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}