Gnap - Google News Autoplay
This extension enables autoplay of news videos on Google News.
什麼是Gnap - Google News Autoplay?
Gnap - Google News Autoplay是由Andy Christianson開發的Chrome擴展程式,該擴展的主要功能是“This extension enables autoplay of news videos on Google News.”。
擴展截圖
下載Gnap - Google News Autoplay擴展crx文件
下載Gnap - Google News Autoplay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cbgdeobifeabncoalkkjppckfelffolo |
官方網址 | https://chrome.google.com/webstore/detail/gnap-google-news-autoplay/cbgdeobifeabncoalkkjppckfelffolo |
簡介 | This extension enables autoplay of news videos on Google News. |
檔案大小 | 53.65 KB |
安裝次數 | 38 |
目前版本 | 1.0.5 |
更新時間 | 2015-03-26 |
上架時間 | 2015-03-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Andy Christianson |
付費類型 | free |
支援的語言 | 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\/*" ] } |