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…
O que é NBC News?
NBC News é uma extensão do Chrome desenvolvida por Gadsy, e sua principal característica é "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…".
Baixar o arquivo CRX da Extensão NBC News
Baixe arquivos de extensão NBC News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | adfagcajhclbogogdgflcckdgdhnmmbj |
URL Oficial | https://chrome.google.com/webstore/detail/nbc-news/adfagcajhclbogogdgflcckdgdhnmmbj |
Descrição | 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… |
Tamanho do Arquivo | 3.64 KB |
Contagem de Instalações | 514 |
Versão Atual | 2.1 |
Última Atualização | 2013-10-26 |
Data de Publicação | 2013-10-25 |
Classificação | 3.22/5 Total de 9 Avaliações |
Desenvolvedor | Gadsy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |