FutJet

FutJet

FutJet is a tool that helps you get fifa 22 players from the market faster. It makes it easier to make coins on the game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FutJet",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "FutJet is a tool that helps you get fifa 22 players from the market faster. It makes it easier to make coins on the game.",
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/jquery/jquery.min.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "https://futjet.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.ea.com/*/fifa/ultimate-team/web-app/*",
        "https://www.ea.com/fifa/ultimate-team/web-app/*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "src/inject/inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/inject/userscript.js"
  ],
  "browser_action": {
    "default_popup": "src/popup/popup.html"
  }
}