NBC News

NBC News

This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "popup.html",
    "icons": [
      ""
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://podcastfeeds.nbcnews.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "NBC News",
  "version": "1"
}