EA FC 24 Price helper

You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.

Was ist EA FC 24 Price helper?

EA FC 24 Price helper ist eine Chrome-Erweiterung, die von arpi entwickelt wurde, und ihr Hauptmerkmal ist "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

EA FC 24 Price helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie EA FC 24 Price helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Using this extension you can get the lowest price from FUTBIN or FUTWIZ for the selected player.
Select a player in the Transfer list or Squad view screen and press the "i" button then you can see the result under the player details.


NEW:
Press the "a" button and you can see prices for all players on the list.
If you click on the ID then the player's FUTWIZ page will be opened in a new tab.

If you think this is useful, you can buy me a coffee here:
https://ko-fi.com/thanksthecoffe

Thanks!                    

Grundlegende Informationen zur Erweiterung

Name EA FC 24 Price helper EA FC 24 Price helper
ID jglicadebccadpnlncbkdaojchjaihig
Offizielle URL https://chromewebstore.google.com/detail/ea-fc-24-price-helper/jglicadebccadpnlncbkdaojchjaihig
Beschreibung You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.
Dateigröße 46.35 KB
Installationsanzahl 494
Aktuelle Version 0.75
Letztes Update 2023-10-05
Veröffentlichungsdatum 2022-12-15
Bewertung 2.25/5 Insgesamt 4 Bewertungen
Entwickler arpi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EA FC 24 Price helper",
    "version": "0.75",
    "description": "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
    ],
    "manifest_version": 3
}