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…

ما هو NBC News؟

NBC News هو إضافة Chrome تم تطويرها بواسطة Gadsy، والميزة الرئيسية لها هي "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…".

تحميل ملف CRX للإضافة NBC News

قم بتنزيل ملفات الامتداد NBC News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NBC News NBC News
ID phoceojceefifjhmgpfcdmeeageomedb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nbc-news/phoceojceefifjhmgpfcdmeeageomedb
الوصف 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…
حجم الملف 3.61 KB
عدد التثبيتات 29
النسخة الحالية 1
آخر تحديث 2013-10-26
تاريخ النشر 2013-10-25
تقييم 1.00/5 مجموع تقييمات 1
المطور Gadsy
نوع الدفع free
اللغات المدعومة 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"
}