Gnap - Google News Autoplay

This extension enables autoplay of news videos on Google News.

Was ist Gnap - Google News Autoplay?

Gnap - Google News Autoplay ist eine Chrome-Erweiterung, die von Andy Christianson entwickelt wurde, und ihr Hauptmerkmal ist "This extension enables autoplay of news videos on Google News.".

Erweiterungsscreenshots

screenshot

Gnap - Google News Autoplay-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gnap - Google News Autoplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gnap - Google News Autoplay Gnap - Google News Autoplay
ID cbgdeobifeabncoalkkjppckfelffolo
Offizielle URL https://chrome.google.com/webstore/detail/gnap-google-news-autoplay/cbgdeobifeabncoalkkjppckfelffolo
Beschreibung This extension enables autoplay of news videos on Google News.
Dateigröße 53.65 KB
Installationsanzahl 38
Aktuelle Version 1.0.5
Letztes Update 2015-03-26
Veröffentlichungsdatum 2015-03-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Andy Christianson
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}