Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
What is Youtube Channel Playlist?
Youtube Channel Playlist is a Chrome extension developed by Hornobster, and its main feature is "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".
Download Youtube Channel Playlist Extension CRX File
Download Youtube Channel Playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
Official URL | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Description | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
File Size | 14.03 KB |
Installation Count | 33 |
Current Version | 1.1.3 |
Last Updated | 2015-02-07 |
Publish Date | 2015-02-07 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Hornobster |
Payment Type | free |
Supported Languages | 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" } } |