Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

什么是Youtube Collector?

Youtube Collector是由Liviu Ungureanu开发的Chrome扩展程序,该扩展的主要功能是“Collect all Youtube URLs from current page and create a playlist.”。

下载Youtube Collector扩展crx文件

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

扩展使用说明

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

扩展基本信息

名称 Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
官方URL https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
简介 Collect all Youtube URLs from current page and create a playlist.
文件大小 6.46 KB
安装次数 18
当前版本 1.0.1
更新时间 2015-08-07
上架时间 2015-08-07
开发者 Liviu Ungureanu
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Collector",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect all Youtube URLs from current page and create a playlist.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        ""
    ]
}