ChannelOne.com Video Helper v2

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

What is ChannelOne.com Video Helper v2?

ChannelOne.com Video Helper v2 is a Chrome extension developed by TrufflezMC, and its main feature is "It's exactly, 100% as the title says. Believe me.".

Download ChannelOne.com Video Helper v2 Extension CRX File

Download ChannelOne.com Video Helper v2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ChannelOne.com Video Helper v2 ChannelOne.com Video Helper v2
ID hoehonpapgdlnefnfnlnhfdlihghehlk
Official URL https://chromewebstore.google.com/detail/channelonecom-video-helpe/hoehonpapgdlnefnfnlnhfdlihghehlk
Description It's exactly, 100% as the title says. Believe me.
File Size 36.47 KB
Installation Count 27
Current Version 2.0
Last Updated 2016-10-15
Publish Date 2016-10-15
Rating 5.00/5 Total 3 Ratings
Developer TrufflezMC
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}