Latest NBC News Videos

See the latest and most popular news.

ما هو Latest NBC News Videos؟

Latest NBC News Videos هو إضافة Chrome تم تطويرها بواسطة http://www.supernewsworld.com، والميزة الرئيسية لها هي "See the latest and most popular news.".

لقطات شاشة التمديد

screenshot

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

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

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

                        See the latest and most popular NBC News Videos. View the Latest NBC News Videos Daily. Free-to-watch videos daily in just 1-Click.                    

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

الاسم Latest NBC News Videos Latest NBC News Videos
ID jeecldlenpcaimfhglgbpikekaohmmkb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/latest-nbc-news-videos/jeecldlenpcaimfhglgbpikekaohmmkb
الوصف See the latest and most popular news.
حجم الملف 174 KB
عدد التثبيتات 368
النسخة الحالية 1.1.8
آخر تحديث 2018-09-15
تاريخ النشر 2018-09-15
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.supernewsworld.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest NBC News Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}