Examine source code of tuga.tv - unblock

Inspect and view changes in tuga.tv - unblock source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Esta extensão faz com que o site (tuga.tv) dê premissão de ver o filme mesmo com AdBlock instalado.",
  "manifest_version": 2,
  "name": "tuga.tv - unblock",
  "version": "0.0.2",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tuga.tv/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ]
}