Chrome Playlist

Make a playlist of youtube videos based on a bookmark folder.

什麼是Chrome Playlist?

Chrome Playlist是由Bryan Chen開發的Chrome擴展程式,該擴展的主要功能是“Make a playlist of youtube videos based on a bookmark folder.”。

擴展截圖

screenshot

下載Chrome Playlist擴展crx文件

下載Chrome Playlist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Select a bookmark folder containing lots of youtube links through the pop-up interface and then click play! A new tab will open that automatically cycles through the bookmarked videos in the folder as they end, acting as a custom playlist through youtube. You can use the popup to skip to a new randomly selected song as well.                    

擴展基本資訊

名稱 Chrome Playlist Chrome Playlist
ID dnodaodnfnledpfmlflemmimlpebigbc
官方網址 https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc
簡介 Make a playlist of youtube videos based on a bookmark folder.
檔案大小 41.46 KB
安裝次數 91
目前版本 1.0.3
更新時間 2019-04-26
上架時間 2019-04-26
開發者 Bryan Chen
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "Chrome Playlist",
    "description": "Make a playlist of youtube videos based on a bookmark folder.",
    "icons": {
        "16": "images\/note16.png",
        "48": "images\/note48.png",
        "128": "images\/note128.png"
    },
    "browser_action": {
        "default_icon": "images\/note128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "https:\/\/www.youtube.com\/*"
    ]
}