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…
What is NBC News?
NBC News is a Chrome extension developed by Gadsy, and its main feature is "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…".
Download NBC News Extension CRX File
Download NBC News 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 NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper for some reason. gadsy.
Extension Basic Information
Name | ![]() |
ID | phoceojceefifjhmgpfcdmeeageomedb |
Official URL | https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb |
Description | 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… |
File Size | 3.61 KB |
Installation Count | 29 |
Current Version | 1 |
Last Updated | 2013-10-26 |
Publish Date | 2013-10-25 |
Rating | 1.00/5 Total 1 Ratings |
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:\/\/podcastfeeds.nbcnews.com\/*" ] } ], "manifest_version": 2, "name": "NBC News", "version": "1" } |