FutSniperExtension

FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.

FutSniperExtension란 무엇입니까?

FutSniperExtension은(는) https://futsniperweb.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

FutSniperExtension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extension that helps make the EA FC Ultimate Team web app easier to use, allowing you to automate your trades on the WebApp.

In addition, this extension has other tools for automatic listing, bidding, Analysis of Player Listings, purchase of squad for SBC, etc ...

*New*
Now the system mounts your DME

*Note*
For more information visit the website https://futsniperweb.com.br/
To use this extension you need to have an account in our system, making the registration simple you get 3 days free to test the tool.

*Important*
EA does not support third-party extensions, this is against the rules of the game established by the company. When installing and using, you assume any and all risks associated with use. Our goal is to complement the WebApp EA FC by automating and making life easier for the EA FC Player.                    

확장 프로그램 기본 정보

이름 FutSniperExtension FutSniperExtension
ID pnenhoomfmddepcbmmkpkbdoplmjohge
공식 URL https://chromewebstore.google.com/detail/futsniperextension/pnenhoomfmddepcbmmkpkbdoplmjohge
설명 FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.
파일 크기 213 KB
설치 횟수 5,354
현재 버전 7.0.4
최근 업데이트 2024-03-01
출시 날짜 2020-11-30
평점 5.00/5 총 4 개의 평점
개발자 https://futsniperweb.com.br
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://futsniperweb.com.br/
도움말 페이지 URL https://futsniperweb.com.br/contato
개인정보 보호 정책 페이지 URL https://futsniperweb.com.br/politica-de-privacidade
지원되는 언어 en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "7.0.4",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/plugins\/jquery-3.2.1.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/yc7y9.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/futsniperweb.com.br\/*",
                "*:\/\/*.futsniperweb.com.br\/*",
                "*:\/\/futsniperweb\/*"
            ],
            "js": [
                "js\/n22uv.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/erssi.js"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/futsniperweb.com.br\/*",
            "*:\/\/*.futsniperweb.com.br\/*",
            "*:\/\/futsniperweb\/*",
            "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "notifications",
        "declarativeContent",
        "browsingData",
        "*:\/\/www.futbin.com\/*",
        "*:\/\/apisf.futalert.co.uk\/",
        "*:\/\/dsfut.net\/*",
        "*:\/\/*.mydgn.com\/*",
        "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
        "*:\/\/utas.mob.v2.prd.futc-ext.gcp.ea.com\/*"
    ]
}