shortfuts

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

什么是shortfuts?

shortfuts是由https://shortfuts.com开发的Chrome扩展程序,该扩展的主要功能是“shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.”。

扩展截图

screenshot

下载shortfuts扩展crx文件

下载shortfuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 shortfuts shortfuts
ID piepdojghinggmddebidfkhfbdaggnmh
官方URL https://chromewebstore.google.com/detail/shortfuts/piepdojghinggmddebidfkhfbdaggnmh
简介 shortfuts augments the FIFA Ultimate Team (FUT) web app, primarily using keybinds to make common tasks easier to accomplish.
文件大小 364 KB
安装次数 37,623
当前版本 14.0.3
更新时间 2023-10-03
上架时间 2020-04-15
评分 4.47/5 共771次评分
开发者 https://shortfuts.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shortfuts.com
帮助页面URL https://shortfuts.com
隐私政策页面URL https://shortfuts.myshopify.com/pages/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}