Use Binge on Linux!

Use Binge on Linux!

Stream Foxtel Binge shows on Linux

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Binge on Linux!",
  "version": "1.1",
  "description": "Stream Foxtel Binge shows on Linux",
  "content_scripts": [
    {
      "matches": [
        "http://binge.com.au/*",
        "https://binge.com.au/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ]
}