FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
Qu'est-ce que FUT Helper ?
FUT Helper est une extension Chrome développée par p.mykhailov, et sa fonction principale est "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FUT Helper
Téléchargez les fichiers d'extension FUT Helper 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
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate convinient keys and then use keyboard instead of mouse
Informations de Base sur l'Extension
Nom | |
ID | icdicpefgeajbmigaodojedcdljlnkln |
URL Officiel | https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln |
Description | This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate… |
Taille du Fichier | 7.68 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2022-02-01 |
Date de Publication | 2019-11-12 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | p.mykhailov |
[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 Helper", "short_name": "FH", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/*", "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ], "css": [] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon.png", "48": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [], "browser_action": { "default_title": "FUT Helper", "default_popup": "popup.html" } } |