Tab Playlist for YouTube™
Lets you make a playlist by simply lining up tabs
¿Qué es Tab Playlist for YouTube™?
Tab Playlist for YouTube™ es una extensión de Chrome desarrollada por metarmask, y su función principal es "Lets you make a playlist by simply lining up tabs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Playlist for YouTube™
Descarga archivos de extensión Tab Playlist for YouTube™ 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 extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch. Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 . Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)
Información Básica de la Extensión
Nombre | Tab Playlist for YouTube™ |
ID | ikogidhhmokakdcclccipjnfohibicbh |
URL Oficial | https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh |
Descripción | Lets you make a playlist by simply lining up tabs |
Tamaño del Archivo | 1.49 MB |
Cantidad de Instalaciones | 1,135 |
Versión Actual | 0.3 |
Última Actualización | 2018-07-15 |
Fecha de Publicación | 2018-07-15 |
Calificación | 4.32/5 Total de 25 Calificaciones |
Desarrollador | metarmask |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/metarmask/tab-playlist/ |
URL de la Página de Ayuda | https://github.com/metarmask/tab-playlist/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Playlist for YouTube\u2122", "short_name": "Tab Playlist", "version": "0.3", "description": "Lets you make a playlist by simply lining up tabs", "author": "\/u\/metarmask", "icons": { "128": "images\/extension\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "declarativeContent", "https:\/\/www.youtube.com\/" ], "page_action": { "default_icon": "images\/pageAction\/disabled.png", "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one." }, "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "content-script-js-accesser.js" ] } |