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

Qu'est-ce que FUT Ultimate Sniper Trading Kit for Android ?

FUT Ultimate Sniper Trading Kit for Android est une extension Chrome développée par FUTUltimateSniper, et sa fonction principale est "Trading kit on your phone that helps you gte player prices quickly and list them with no effort".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FUT Ultimate Sniper Trading Kit for Android

Téléchargez les fichiers d'extension FUT Ultimate Sniper Trading Kit for Android au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FUT Ultimate Sniper Trading Kit for Android FUT Ultimate Sniper Trading Kit for Android
ID iiibfipobpiinhifgobbilpmijinambj
URL Officiel https://chromewebstore.google.com/detail/fut-ultimate-sniper-tradi/iiibfipobpiinhifgobbilpmijinambj
Description Trading kit on your phone that helps you gte player prices quickly and list them with no effort
Taille du Fichier 653 KB
Nombre d'Installations 869
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-06-01
Date de Publication 2021-05-31
Développeur FUTUltimateSniper
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}