Queue for Youtube

Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.

¿Qué es Queue for Youtube?

Queue for Youtube es una extensión de Chrome desarrollada por josephldailey, y su función principal es "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Queue for Youtube

Descarga archivos de extensión Queue 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

                        Youtube Queue!

Add a queue to the bottom of Youtube that you can build as you like.

Features:
Easily add any video to the end of the queue.
Insert to play video next.
Delete video.
Clear queue.
Control queue.

FAQ
Q: How is this different than the current way Youtube does queues.
A: Instead of being limited to predetermined mixes/queues/playlists, you can build your own on the fly.                    

Información Básica de la Extensión

Nombre Queue for Youtube Queue for Youtube
ID bhjdamjdahimmmpdbbhbcljhkihdokpo
URL Oficial https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo
Descripción Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Tamaño del Archivo 462 KB
Cantidad de Instalaciones 183
Versión Actual 0.1.2
Última Actualización 2014-09-22
Fecha de Publicación 2014-09-22
Calificación 2.37/5 Total de 19 Calificaciones
Desarrollador josephldailey
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "jquery.min.js",
                "jstorage.js",
                "ytq.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Adds queue feature to Youtube. Unlike the current Youtube queue\/playlist, this allows you to build your own queue on the fly.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Queue for Youtube",
    "version": "0.1.2"
}