EA FC 24 Price helper
You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.
Τι είναι το EA FC 24 Price helper;
Το EA FC 24 Price helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arpi, και η κύρια λειτουργία του είναι "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EA FC 24 Price helper
Λήψη αρχείων επέκτασης EA FC 24 Price helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | EA FC 24 Price helper |
ID | jglicadebccadpnlncbkdaojchjaihig |
Επίσημο URL | https://chromewebstore.google.com/detail/ea-fc-24-price-helper/jglicadebccadpnlncbkdaojchjaihig |
Περιγραφή | You can check the current lowest price from FUTBIN or FUTWIZ for the selected player. |
Μέγεθος Αρχείου | 46.35 KB |
Αριθμός Εγκαταστάσεων | 494 |
Τρέχουσα Έκδοση | 0.75 |
Τελευταία Ενημέρωση | 2023-10-05 |
Ημερομηνία Δημοσίευσης | 2022-12-15 |
Αξιολόγηση | 2.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | arpi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |