NBC News

This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…

Cos'è NBC News?

NBC News è un'estensione di Chrome sviluppata da Gadsy, e la sua funzione principale è "This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…".

Scarica il file CRX dell'estensione NBC News

Scarica i file di estensione NBC News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper for some reason. gadsy.                    

Informazioni di Base sull'Estensione

Nome NBC News NBC News
ID phoceojceefifjhmgpfcdmeeageomedb
URL Ufficiale https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb
Descrizione This is unofficial. I am not NBC News. Links to the NBC video podcasts including Maddow, Joe, Today, etc. I also added CNN's Cooper…
Dimensione del File 3.61 KB
Conteggio Installazioni 29
Versione Corrente 1
Ultimo Aggiornamento 2013-10-26
Data di Pubblicazione 2013-10-25
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Gadsy
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "icons": [
            ""
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/podcastfeeds.nbcnews.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "NBC News",
    "version": "1"
}