FUT Sniping Bot

The ultimate EA FC sniping bot

FUT Sniping Bot란 무엇입니까?

FUT Sniping Bot은(는) https://futsnipingbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate EA FC sniping bot"입니다.

확장 프로그램 스크린샷

screenshot

FUT Sniping Bot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This essential EA FC Ultimate Team Web App tool automates sniping and selling, in order to make profit hands-free, capable of performing searches faster than any human can do! From the moment you start, you will never need to spend another penny on coins again! Join us today by installing our easy-to-use Sniping Bot.                    

확장 프로그램 기본 정보

이름 FUT Sniping Bot FUT Sniping Bot
ID bflpmpggmkamcjjdjajcafkpcmjmgcfg
공식 URL https://chromewebstore.google.com/detail/fut-sniping-bot/bflpmpggmkamcjjdjajcafkpcmjmgcfg
설명 The ultimate EA FC sniping bot
파일 크기 6.71 MB
설치 횟수 43,365
현재 버전 2.2.1
최근 업데이트 2023-10-22
출시 날짜 2020-07-07
평점 3.84/5 총 97 개의 평점
개발자 https://futsnipingbot.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.futsnipingbot.com
도움말 페이지 URL https://www.futsnipingbot.com/contact
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUT Sniping Bot",
    "version": "2.2.1",
    "description": "The ultimate EA FC sniping bot",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArpVeHyJKUfr2iMtUWwvxbr2R0SSmJx4UW+6XdQ6UxBdHp5pM0FLTQ6Gtfvt8LfebRahiH3Ud3KnKQufvispR4+R7TCjy4Sm6NACiSjNfywo1\/WqzCcCtq2DyQ4rqMwj+cn1O2C1OKuGXI2a1EM8KvcZg8u0dZUWfCN\/M+UhKe8NI9mdUal2YE5IIwuIJ9YBZPvucZKERZV67yvHe4MXyjjuse9ZidlaQICmo3xPUqwV9sVo8SO9WLkQ1og8k9+35W4ddsy8DM0B2XXaPVfoG173VTQNvG075Iyysw7DZtBJ78ZwfXNYMBAeQHFXBUXIA9+GeLmwXCkxuPiZS\/OsViQIDAQAB",
    "browser_action": {
        "default_title": "FUT Sniping Bot",
        "default_popup": "popup.html",
        "default_icon": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon_16.png",
        "24": "img\/icon_24.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/app1.js",
                "js\/other.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/app2.js",
                "js\/other.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/www.ea.com\/*",
        "https:\/\/futsnipingbot.com\/*",
        "https:\/\/www.futbin.com\/*",
        "https:\/\/futbin.com\/*",
        "https:\/\/futbin.org\/*",
        "https:\/\/*.herokuapp.com\/*",
        "storage",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ea.com\/*"
        ]
    },
    "web_accessible_resources": [
        "css\/inject.css",
        "fonts\/Poppins-Regular-LatinExt.woff2",
        "fonts\/Poppins-Regular-Latin.woff2",
        "fonts\/Poppins-Medium-LatinExt.woff2",
        "fonts\/Poppins-Medium-Latin.woff2",
        "fonts\/Poppins-SemiBold-LatinExt.woff2",
        "fonts\/Poppins-SemiBold-Latin.woff2"
    ]
}