FutSniperExtension

FutSniperExtension

FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "7.0.5",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "js/plugins/jquery-3.2.1.min.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.ea.com/*ea-sports-fc/ultimate-team/web-app/*"
      ],
      "js": [
        "js/rhtf0.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://futsniperweb.com.br/*",
        "*://*.futsniperweb.com.br/*",
        "*://futsniperweb/*"
      ],
      "js": [
        "js/v0vsl.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "js/u366p.js"
  ],
  "browser_action": {
    "default_icon": "images/icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://futsniperweb.com.br/*",
      "*://*.futsniperweb.com.br/*",
      "*://futsniperweb/*",
      "*://www.ea.com/*ea-sports-fc/ultimate-team/web-app/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "notifications",
    "declarativeContent",
    "browsingData",
    "*://www.futbin.com/*",
    "*://apisf.futalert.co.uk/",
    "*://dsfut.net/*",
    "*://*.mydgn.com/*",
    "*://www.ea.com/*ea-sports-fc/ultimate-team/web-app/*",
    "*://utas.mob.v2.prd.futc-ext.gcp.ea.com/*"
  ]
}