FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
What is FUT Helper?
FUT Helper is a Chrome extension developed by p.mykhailov, and its main feature is "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".
Extension Screenshots
Download FUT Helper Extension CRX File
Download FUT Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | icdicpefgeajbmigaodojedcdljlnkln |
| Official URL | 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… |
| File Size | 7.68 KB |
| Installation Count | 67 |
| Current Version | 1.1.4 |
| Last Updated | 2022-02-01 |
| Publish Date | 2019-11-12 |
| Rating | 3.00/5 Total 2 Ratings |
| Developer | p.mykhailov |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
}
} | |