Agricola power

Agricola power

This addon is meant to work only for playagricola.com website. It takes officially calculated powers of cards publicly available on forum of same site (i.e. not giving user any advantage he would not be able to get manually) and draws card power in t

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Agricola power",
  "version": "1.5",
  "description": "Shows power of cards during draft.",
  "icons": {
    "48": "hof.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.playagricola.com/*/board.html*",
        "*://*.play-agricola.com/*/board.html*"
      ],
      "js": [
        "power.js"
      ]
    }
  ]
}