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