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 |
官方網址 | 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" } |