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ファイルをダウンロード

FUT Ultimate Sniper Trading Kit for Android拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}