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
官方網址 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"
            ]
        }
    ]
}