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…
什么是NBC News?
NBC News是由Gadsy开发的Chrome扩展程序,该扩展的主要功能是“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…”。
下载NBC News扩展crx文件
下载NBC News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ![]() |
ID | phoceojceefifjhmgpfcdmeeageomedb |
官方URL | https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb |
简介 | 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… |
文件大小 | 3.61 KB |
安装次数 | 29 |
当前版本 | 1 |
更新时间 | 2013-10-26 |
上架时间 | 2013-10-25 |
评分 | 1.00/5 共1次评分 |
开发者 | Gadsy |
付费类型 | free |
支持的语言 | 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" } |