ChannelOne.com Video Helper v2

It's exactly, 100% as the title says. Believe me.

什么是ChannelOne.com Video Helper v2?

ChannelOne.com Video Helper v2是由TrufflezMC开发的Chrome扩展程序,该扩展的主要功能是“It's exactly, 100% as the title says. Believe me.”。

下载ChannelOne.com Video Helper v2扩展crx文件

下载ChannelOne.com Video Helper v2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 ChannelOne.com Video Helper v2 ChannelOne.com Video Helper v2
ID hoehonpapgdlnefnfnlnhfdlihghehlk
官方URL https://chromewebstore.google.com/detail/channelonecom-video-helpe/hoehonpapgdlnefnfnlnhfdlihghehlk
简介 It's exactly, 100% as the title says. Believe me.
文件大小 36.47 KB
安装次数 27
当前版本 2.0
更新时间 2016-10-15
上架时间 2016-10-15
评分 5.00/5 共3次评分
开发者 TrufflezMC
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChannelOne.com Video Helper v2",
    "description": "It's exactly, 100% as the title says. Believe me.",
    "version": "2.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.channelone.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ]
}