EA FC 24 Price helper

EA FC 24 Price helper

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

Merlin
Additional files are visible only to premium users

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
}