FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
Cos'è FUT Helper?
FUT Helper è un'estensione di Chrome sviluppata da p.mykhailov, e la sua funzione principale è "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FUT Helper
Scarica i file di estensione FUT Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | icdicpefgeajbmigaodojedcdljlnkln |
URL Ufficiale | https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln |
Descrizione | This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate… |
Dimensione del File | 7.68 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2022-02-01 |
Data di Pubblicazione | 2019-11-12 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | p.mykhailov |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |