NBC News

NBC News

This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…

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",
  "permissions": [
    "notifications"
  ],
  "version": "2.1"
}