UTSniper

UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.

UTSniper란 무엇입니까?

UTSniper은(는) UTSniper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        UTSniper is a fut autobuyer that revolutionize the sniping and selling process, streamlining profits effortlessly by conducting searches at an unparalleled speed, surpassing human capabilities! Once initiated, it liberates you from further coin expenses. Experience this by installing our user-friendly sniping bot today and join the wave of automated success!

You can access our website by following this link : https://www.utsniper.com                    

확장 프로그램 기본 정보

이름 UTSniper UTSniper
ID oedcimpodglmiiikihcklcgepfpphplb
공식 URL https://chromewebstore.google.com/detail/utsniper/oedcimpodglmiiikihcklcgepfpphplb
설명 UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.
파일 크기 789 KB
설치 횟수 238
현재 버전 1.0.2.7
최근 업데이트 2024-02-19
출시 날짜 2023-12-12
평점 5.00/5 총 3 개의 평점
개발자 UTSniper
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.utsniper.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UTSniper",
    "version": "1.0.2.7",
    "description": "UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.",
    "minimum_chrome_version": "116",
    "permissions": [
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/header.js",
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ea.com\/*",
            "https:\/\/futbin.com\/*",
            "https:\/\/www.futbin.com\/*",
            "https:\/\/discord.com\/*",
            "https:\/\/www.discord.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/futbin.com\/*",
        "https:\/\/www.futbin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/popup.js",
                "js\/header.js",
                "js\/main.js",
                "js\/main2.js",
                "fonts\/Play-Bold.ttf",
                "fonts\/Play-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}