FUTOMATE
Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
Qu'est-ce que FUTOMATE ?
FUTOMATE est une extension Chrome développée par nivtal9, et sa fonction principale est "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FUTOMATE
Téléchargez les fichiers d'extension FUTOMATE 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
Make transfers EASIER on Fifa Ultimate Team Web App. Listing your items Automatically with full details and control! Extension have 3 stages make sure to follow one by one and read instructions and get RICHER with less EFFORT 🤖 **prices avilable for : EAFC24 players, chimestry style, healing & contract cards** --0.1.4: added club verification and bug fixes --0.1.5: fixes for EAFC24 now supported --0.1.51: woman players prices EAFC24 now supported (0.1.5 would not find the prices) --0.1.52: support for consumables
Informations de Base sur l'Extension
Nom | FUTOMATE |
ID | igjfliagmoniddoecgjdefaieikpdeon |
URL Officiel | https://chromewebstore.google.com/detail/futomate/igjfliagmoniddoecgjdefaieikpdeon |
Description | Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items. |
Taille du Fichier | 67.29 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.1.521 |
Dernière Mise à Jour | 2023-12-08 |
Date de Publication | 2022-10-09 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | nivtal9 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FUTOMATE", "description": "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.", "version": "0.1.521", "host_permissions": [ "https:\/\/www.futbin.com\/players" ], "icons": { "16": "assets\/FUTOMATE128.png", "48": "assets\/FUTOMATE128.png", "128": "assets\/FUTOMATEFULL.png" }, "action": { "default_icon": "assets\/FUTOMATEFULL.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/" ], "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ] } |