FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
Wat is FUT Helper?
FUT Helper is een Chrome-extensie ontwikkeld door p.mykhailov, en de belangrijkste functie is "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".
Extensie Screenshots
Download het CRX-bestand van de extensie FUT Helper
Download FUT Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | icdicpefgeajbmigaodojedcdljlnkln |
Officiële URL | https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln |
Beschrijving | This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate… |
Bestandsgrootte | 7.68 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2022-02-01 |
Publicatiedatum | 2019-11-12 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | p.mykhailov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |