FUTSNIPER
Snipe your players on fifa21 webapp!
Qu'est-ce que FUTSNIPER ?
FUTSNIPER est une extension Chrome développée par GDev, et sa fonction principale est "Snipe your players on fifa21 webapp!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FUTSNIPER
Téléchargez les fichiers d'extension FUTSNIPER 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
Easy sniping for Fifa Web App 21. Futinator can do the work for you like buying, bidding or listing (Quick Buy, Search, Change Price). Snipe faster than others!
Informations de Base sur l'Extension
Nom | |
ID | hamifiodipokjopgfjbbbmdhkjbbpmej |
URL Officiel | https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej |
Description | Snipe your players on fifa21 webapp! |
Taille du Fichier | 106 KB |
Nombre d'Installations | 258 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-27 |
Date de Publication | 2020-11-21 |
Évaluation | 1.00/5 Total 6 Évaluations |
Développeur | GDev |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://t.me/futsniper1 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTSNIPER", "version": "1.0", "description": "Snipe your players on fifa21 webapp!", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/it-it\/fifa\/ultimate-team\/web-app\/" ], "js": [ "content.js", "jquery-3.5.1.min.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |