Gnap - Google News Autoplay
This extension enables autoplay of news videos on Google News.
O que é Gnap - Google News Autoplay?
Gnap - Google News Autoplay é uma extensão do Chrome desenvolvida por Andy Christianson, e sua principal característica é "This extension enables autoplay of news videos on Google News.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gnap - Google News Autoplay
Baixe arquivos de extensão Gnap - Google News Autoplay 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
Are you a cable news junkie? Frustrated with the low density of information and exorbitant amount of commercials? This extension automatically plays videos on Google News, creating an experience similar to, but better than traditional cable TV news. To use this extension, simply add it to Chrome, then navigate to news.google.com. Press the "Stop" button at any time to disable the autoplay feature. The idea is you can leave it running in the background or on a different screen, and it will just start playing new videos as they come online. It is stateful and remembers what news items and videos you have seen. It avoids showing the same video twice, and prefers showing news subjects which haven't been shown yet. Another nifty thing about this is it fully reflects the way you have google news set up. If you don't want any sports videos coming through, you just remove it from your normal google news page. It should also roughly mirror the frequency settings and custom topics. Rough edges exist, and will be smoothed out in time.
Informações Básicas da Extensão
Nome | |
ID | cbgdeobifeabncoalkkjppckfelffolo |
URL Oficial | https://chrome.google.com/webstore/detail/gnap-google-news-autoplay/cbgdeobifeabncoalkkjppckfelffolo |
Descrição | This extension enables autoplay of news videos on Google News. |
Tamanho do Arquivo | 53.65 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.0.5 |
Última Atualização | 2015-03-26 |
Data de Publicação | 2015-03-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Andy Christianson |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gnap - Google News Autoplay", "short_name": "Gnap", "description": "This extension enables autoplay of news videos on Google News.", "version": "1.0.5", "content_scripts": [ { "matches": [ "*:\/\/news.google.com\/*" ], "run_at": "document_end", "js": [ "google-news-autoplay.js" ] } ], "permissions": [ "storage", "*:\/\/news.google.com\/*" ] } |