EA FC 24 Price helper

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

Hvad er EA FC 24 Price helper?

EA FC 24 Price helper er en Chrome-udvidelse udviklet af arpi, og dens hovedfunktion er "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download EA FC 24 Price helper-udvidelses-CRX-fil

Download EA FC 24 Price helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn EA FC 24 Price helper EA FC 24 Price helper
ID jglicadebccadpnlncbkdaojchjaihig
Officiel URL https://chromewebstore.google.com/detail/ea-fc-24-price-helper/jglicadebccadpnlncbkdaojchjaihig
Beskrivelse You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.
Filstørrelse 46.35 KB
Antal Installationer 494
Nuværende Version 0.75
Senest Opdateret 2023-10-05
Udgivelsesdato 2022-12-15
Bedømmelse 2.25/5 Samlet 4 Bedømmelser
Udvikler arpi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}