Fut Price

Fut Price

Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fut Price",
  "description": "Show all your tradable players on a table. You can sort the table by the column Beneficio to check what players you have to sell.",
  "version": "1.42",
  "browser_action": {
    "default_icon": "logo22.png",
    "default_title": "Fut Price 2019"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "*://easports.com/*"
  ],
  "web_accessible_resources": [
    "data/*.json"
  ],
  "devtools_page": "devtools.html",
  "content_security_policy": "script-src 'self' https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js; object-src 'self'"
}