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."입니다.

확장 프로그램 스크린샷

screenshot

Gnap - Google News Autoplay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Gnap - Google News Autoplay Gnap - Google News Autoplay
ID cbgdeobifeabncoalkkjppckfelffolo
공식 URL 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\/*"
    ]
}