Snipe Sensei

Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.

Snipe Sensei란 무엇입니까?

Snipe Sensei은(는) snipesensei.bot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Snipe Sensei sniping bot for EAFC

Take your ultimate team experience to the next level with our tool!

Snipe Sensei automates the sniping and selling process so you can sit back and relax whilst our sniping bot does all the work - earning you coins in FC 24. Make your dream teams today!

For any questions contact our support instagram @snipesensei                    

확장 프로그램 기본 정보

이름 Snipe Sensei Snipe Sensei
ID banenbandgkedafhamkionjblbbiblmf
공식 URL https://chromewebstore.google.com/detail/snipe-sensei/banenbandgkedafhamkionjblbbiblmf
설명 Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.
파일 크기 431 KB
설치 횟수 1,739
현재 버전 2.1
최근 업데이트 2023-10-08
출시 날짜 2023-10-07
개발자 snipesensei.bot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://snipesensei.com/
개인정보 보호 정책 페이지 URL https://snipesensei.com/policies/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snipe Sensei",
    "short_name": "Snipe Sensei",
    "version": "2.1",
    "manifest_version": 3,
    "description": "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Snipe Sensei",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost\/snipessence\/",
        "https:\/\/snipesensei.online\/app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "js\/*",
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}