FUT Ultimate Sniper Trading Kit for Android

Trading kit on your phone that helps you gte player prices quickly and list them with no effort

FUT Ultimate Sniper Trading Kit for Android란 무엇입니까?

FUT Ultimate Sniper Trading Kit for Android은(는) FUTUltimateSniper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trading kit on your phone that helps you gte player prices quickly and list them with no effort"입니다.

확장 프로그램 스크린샷

screenshot

FUT Ultimate Sniper Trading Kit for Android 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A program that augments the fifa 21 webapp and helps you snipe the best players for the cheapest prices without touching the keyboard                    

확장 프로그램 기본 정보

이름 FUT Ultimate Sniper Trading Kit for Android FUT Ultimate Sniper Trading Kit for Android
ID iiibfipobpiinhifgobbilpmijinambj
공식 URL https://chromewebstore.google.com/detail/fut-ultimate-sniper-tradi/iiibfipobpiinhifgobbilpmijinambj
설명 Trading kit on your phone that helps you gte player prices quickly and list them with no effort
파일 크기 653 KB
설치 횟수 869
현재 버전 1.0.0
최근 업데이트 2021-06-01
출시 날짜 2021-05-31
개발자 FUTUltimateSniper
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FUT Ultimate Sniper Trading Kit for Android",
    "description": "Trading kit on your phone that helps you gte player prices quickly and list them with no effort",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "master.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "*:\/\/apisf.futalert.co.uk\/",
        "*:\/\/*.futultimatesniper.com\/include\/webService.php"
    ],
    "web_accessible_resources": [
        "futAlert.jpg",
        "js\/injected.js"
    ]
}