Fifa enhance chrome extension

Fifa enhance chrome extension

What is Fifa enhance chrome extension?

Fifa enhance chrome extension is a Chrome extension developed by doksul23, and its main feature is "Fifa enhance chrome extension".

Extension Screenshots

screenshot

Download Fifa enhance chrome extension Extension CRX File

Download Fifa enhance chrome extension 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 app works on Fut Web App. (FIFA 22)

This app doesn't web request to EA. (Safe to Ban)

Only request use futbin. (Only work on user click action)

How to use this extension.
"futbin fetch" button is get 10 request from futbin web site.

If you have already price data, doesn't request futbin.

(If you already have the price and want the new futbin price, please refresh the fut-web-app)

⚠️caution
If you use too many request to futbin.
Futbin can block your IP address.

*Available Menu

1. Transfer - Search The Transfer Market
  - Compare Futbin price and buy now price
  - Copy Futbin price
  - Copied Lowest price at page

2. Transfer - Transfer List
  - Fetch Futbin price
  - Copy Futbin price
  - Copy from "compare price" lowest price at page

3. Club - Players
  - Fetch Futbin price
  - Copy from "Search on Transfer Market" lowest price at page                    

Extension Basic Information

Name Fifa enhance chrome extension Fifa enhance chrome extension
ID fokkngdeofdlhnmkmoalpnfbghedggkk
Official URL https://chromewebstore.google.com/detail/fifa-enhance-chrome-exten/fokkngdeofdlhnmkmoalpnfbghedggkk
Description Fifa enhance chrome extension
File Size 663 KB
Installation Count 288
Current Version 0.1.0
Last Updated 2022-08-20
Publish Date 2022-08-19
Rating 1.00/5 Total 1 Ratings
Developer doksul23
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fifa enhance chrome extension",
    "version": "0.1.0",
    "description": "Fifa enhance chrome extension",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Fifa enhance chrome extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/",
                "https:\/\/www.ea.com\/*\/fifa\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}