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…

Apa itu NBC News?

NBC News adalah ekstensi Chrome yang dikembangkan oleh Gadsy, dan fitur utamanya adalah "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…".

Unduh Berkas CRX Ekstensi NBC News

Unduh file ekstensi NBC News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NBC News NBC News
ID phoceojceefifjhmgpfcdmeeageomedb
URL Resmi https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb
Deskripsi 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…
Ukuran File 3.61 KB
Jumlah Instalasi 29
Versi Saat Ini 1
Terakhir Diperbarui 2013-10-26
Tanggal Publikasi 2013-10-25
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Gadsy
Tipe Pembayaran free
Bahasa yang Didukung 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"
}