Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

什么是Youtube Channel Playlist?

Youtube Channel Playlist是由Hornobster开发的Chrome扩展程序,该扩展的主要功能是“This extension will start playing the channel playlist of uploaded videos, starting from the current one.”。

下载Youtube Channel Playlist扩展crx文件

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

扩展使用说明

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

扩展基本信息

名称 Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
官方URL https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
简介 This extension will start playing the channel playlist of uploaded videos, starting from the current one.
文件大小 14.03 KB
安装次数 33
当前版本 1.1.3
更新时间 2015-02-07
上架时间 2015-02-07
评分 3.00/5 共4次评分
开发者 Hornobster
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}