CNN Video

CNN Video

This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.

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://www.cnn.com/video/?*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "CNN Video",
  "version": "1.0"
}