NBC News
This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…
什麼是NBC News?
NBC News是由Gadsy開發的Chrome擴展程式,該擴展的主要功能是“This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…”。
下載NBC News擴展crx文件
下載NBC News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is just perfect. Click Maddow's face, links to the most recent top MSNBC, NBC News videos show up including Rachel Maddow, Countdown Keith Olbermann, Nightly News, Morning Joe, TODAY show, Your Business and Meet the Press. Click them and they play in a frame above the links. I added system date and time at the bottom because all the videos have dates. What else could you possibly want? I might add links to previous episodes in an update but right now I am very happy with this. If you don't love this extension as much as me, explain in comments :D 2.0 Works now. Sorry for the lack of updates users. Keith is not even on TV anymore :D (Manifest 2.0) 2.1 Added links to more shows like Hardball, Morning Joe, etc.
擴展基本資訊
名稱 | ![]() |
ID | adfagcajhclbogogdgflcckdgdhnmmbj |
官方網址 | https://chrome.google.com/webstore/detail/nbc-news/adfagcajhclbogogdgflcckdgdhnmmbj |
簡介 | This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is… |
檔案大小 | 3.64 KB |
安裝次數 | 514 |
目前版本 | 2.1 |
更新時間 | 2013-10-26 |
上架時間 | 2013-10-25 |
評分 | 3.22/5 共 9 次評分 |
開發者 | Gadsy |
付費類型 | free |
支援的語言 | en |
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", "permissions": [ "notifications" ], "version": "2.1" } |