Jawaker Hack

Jawaker Hack

A chrome extension that allows you to see all previously played cards in jawaker.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jawaker Hack",
  "description": "",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "https://www.jawaker.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/main.css"
      ],
      "run_at": "document_end"
    }
  ]
}