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"
    }
}