shortfuts

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

Qu'est-ce que shortfuts ?

shortfuts est une extension Chrome développée par https://shortfuts.com, et sa fonction principale est "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension shortfuts

Téléchargez les fichiers d'extension shortfuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom shortfuts shortfuts
ID piepdojghinggmddebidfkhfbdaggnmh
URL Officiel https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh
Description shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
Taille du Fichier 364 KB
Nombre d'Installations 37,623
Version Actuelle 14.0.3
Dernière Mise à Jour 2023-10-03
Date de Publication 2020-04-15
Évaluation 4.47/5 Total 771 Évaluations
Développeur https://shortfuts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shortfuts.com
URL de la Page d'Aide https://shortfuts.com
URL de la Page de Politique de Confidentialité https://shortfuts.myshopify.com/pages/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}