The Daily Show Video

The Daily Show Video

This is unofficial. I am not the Daily Show. Just opens the main Daily Show video page. Changes are also made to the lower video…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "popup.html",
    "icons": [
      ""
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://www.thedailyshow.com/watch/*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "The Daily Show Video",
  "version": "3.0"
}