Futinator

Futinator

Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "Logo.png",
    "default_popup": "options-min.html"
  },
  "content_scripts": [
    {
      "js": [
        "backgroundug.js"
      ],
      "matches": [
        "*://www.ea.com/*ea-sports-fc/ultimate-team/web-app/*"
      ]
    }
  ],
  "description": "Easy sniping for EA Sports FC 24 Web App. Bind mouse events to keys. Snipe faster than others!",
  "icons": {
    "16": "Logo.png",
    "48": "Logo.png",
    "128": "Logo.png"
  },
  "manifest_version": 3,
  "name": "Futinator",
  "permissions": [
    "storage"
  ],
  "short_name": "Futinator",
  "version": "4.0.1.3"
}