FUT exeSniper | Shortcuts & Autobuyer

Shortcuts & Autobuyer for EA FC 24 web app

FUT exeSniper | Shortcuts & Autobuyer란 무엇입니까?

FUT exeSniper | Shortcuts & Autobuyer은(는) https://exesniper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcuts & Autobuyer for EA FC 24 web app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FUT exeSniper | Shortcuts & Autobuyer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension is constantly updated regardless of the update date on this page, so the extension is always relevant regardless of the current version of the game, FIFA 23 or later.

Free content:
- Shortcuts
- EA tax in interface
- «Open card on FutBin» button
- «Find min BIN» button
- Hot links
Premium content:
- Autobuyer(purchases, bids, sales, delays, breaks, priorities, exceptions, sound notify, telegram notify, mixed filters, logging, statistics)
- FutBin SBC import
- FutBin Club import
- FutBin prices data 

Discord channel: https://discord.gg/eY5vkU5f7D
Mail for questions and support: [email protected]                    

확장 프로그램 기본 정보

이름 FUT exeSniper | Shortcuts & Autobuyer FUT exeSniper | Shortcuts & Autobuyer
ID aljnpglojnmhfcdkdcgkcloolagikjnl
공식 URL https://chromewebstore.google.com/detail/fut-exesniper-shortcuts-a/aljnpglojnmhfcdkdcgkcloolagikjnl
설명 Shortcuts & Autobuyer for EA FC 24 web app
파일 크기 170 KB
설치 횟수 5,232
현재 버전 4.10.0
최근 업데이트 2023-09-22
출시 날짜 2020-01-31
평점 4.46/5 총 37 개의 평점
개발자 https://exesniper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://exesniper.com
도움말 페이지 URL https://discord.gg/eY5vkU5f7D
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FUT exeSniper | Shortcuts & Autobuyer",
    "description": "Shortcuts & Autobuyer for EA FC 24 web app",
    "version": "4.10.0",
    "web_accessible_resources": [
        "main.js"
    ],
    "icons": {
        "16": ".\/icons\/icon_16.png",
        "48": ".\/icons\/icon_48.png",
        "128": ".\/icons\/icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon_128.png",
        "default_popup": ".\/popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
                "http:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js; object-src 'self'",
    "permissions": [
        "https:\/\/www.futbin.com\/"
    ],
    "short_name": "FUT exeSniper",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
            "http:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
        ]
    }
}