KeyForge Italia Crucible

KeyForge Italia Crucible

Grazie alla community KeyForge Italia è possibile giocare online a KeyForge in italiano, sulla piattaforma Crucible.Online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KeyForge Italia Crucible",
  "version": "0.3",
  "content_scripts": [
    {
      "matches": [
        "https://www.thecrucible.online/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}