Gnap - Google News Autoplay

This extension enables autoplay of news videos on Google News.

Qu'est-ce que Gnap - Google News Autoplay ?

Gnap - Google News Autoplay est une extension Chrome développée par Andy Christianson, et sa fonction principale est "This extension enables autoplay of news videos on Google News.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gnap - Google News Autoplay

Téléchargez les fichiers d'extension Gnap - Google News Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gnap - Google News Autoplay Gnap - Google News Autoplay
ID cbgdeobifeabncoalkkjppckfelffolo
URL Officiel https://chrome.google.com/webstore/detail/gnap-google-news-autoplay/cbgdeobifeabncoalkkjppckfelffolo
Description This extension enables autoplay of news videos on Google News.
Taille du Fichier 53.65 KB
Nombre d'Installations 38
Version Actuelle 1.0.5
Dernière Mise à Jour 2015-03-26
Date de Publication 2015-03-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Andy Christianson
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}