ChilledCoins Club Import

ChilledCoins Club Import

This tool imports player from your Club in EA SPORTS FC into your ChilledCoin Account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChilledCoins Club Import",
  "version": "1.8.3",
  "description": "This tool imports player from your Club in EA SPORTS FC into your ChilledCoin Account",
  "author": "Max Förster",
  "manifest_version": 3,
  "action": {
    "default_popup": "./html/loading.html"
  },
  "host_permissions": [
    "https://chilledcoins.app/*",
    "https://www.chilledcoins.com/*",
    "https://utas.mob.v2.fut.ea.com/*",
    "https://accounts.ea.com/*",
    "https://www.ea.com/*"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ]
}