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.
What is CNN Video?
CNN Video is a Chrome extension developed by Gadsy, and its main feature is "This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.".
Download CNN Video Extension CRX File
Download CNN Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page.
Extension Basic Information
Name | ![]() |
ID | gmhmgjaaehajekeigmieacnedhcbbbhd |
Official URL | https://chrome.google.com/webstore/detail/cnn-video/gmhmgjaaehajekeigmieacnedhcbbbhd |
Description | This is unofficial. I am not CNN. Opens a page with the CNN video RSS feed. Changes are also made to the video page. |
File Size | 3.26 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2012-10-05 |
Publish Date | 2012-10-05 |
Developer | Gadsy |
Payment Type | free |
Supported Languages | en-US |
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" } |