shortfuts

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

Vad är shortfuts?

shortfuts är en Chrome-tillägg utvecklad av https://shortfuts.com, och dess huvudfunktion är "shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.".

Tilläggsskärmbilder

screenshot

Ladda ner shortfuts-förlängningens CRX-fil

Ladda ner shortfuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn shortfuts shortfuts
ID piepdojghinggmddebidfkhfbdaggnmh
Officiell webbadress https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh
Beskrivning shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
Filstorlek 364 KB
Antal Installationer 37,623
Aktuell Version 14.0.3
Senast Uppdaterad 2023-10-03
Publiceringsdatum 2020-04-15
Betyg 4.47/5 Totalt 771 Betyg
Utvecklare https://shortfuts.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shortfuts.com
Hjälpsida URL https://shortfuts.com
URL till Sekretesspolicy Sidan https://shortfuts.myshopify.com/pages/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}