Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
¿Qué es Youtube Channel Playlist?
Youtube Channel Playlist es una extensión de Chrome desarrollada por Hornobster, y su función principal es "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".
Descargar Archivo CRX de la Extensión Youtube Channel Playlist
Descarga archivos de extensión Youtube Channel Playlist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Descripción | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Tamaño del Archivo | 14.03 KB |
Cantidad de Instalaciones | 33 |
Versión Actual | 1.1.3 |
Última Actualización | 2015-02-07 |
Fecha de Publicación | 2015-02-07 |
Calificación | 3.00/5 Total de 4 Calificaciones |
Desarrollador | Hornobster |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |