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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}