HTML5 Televiso.net

HTML5 Televiso.net

This extension replaces the Flash YouTube player on televiso.net with an HTML5 player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTML5 Televiso.net",
  "description": "This extension replaces the Flash YouTube player on televiso.net with an HTML5 player",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://televiso.net/*"
      ],
      "js": [
        "ytswap.js"
      ]
    }
  ]
}