Latest NBC News Videos

See the latest and most popular news.

什么是Latest NBC News Videos?

Latest NBC News Videos是由http://www.supernewsworld.com开发的Chrome扩展程序,该扩展的主要功能是“See the latest and most popular news.”。

扩展截图

screenshot

下载Latest NBC News Videos扩展crx文件

下载Latest NBC News Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}