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
公式URL 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
Eメール [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\/*"
    ]
}