Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

¿Qué es Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ es una extensión de Chrome desarrollada por https://www.nextube.lol, y su función principal es "Change "Up next" Video via Drag and Drop".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nextube - Change "Up next" video on YouTube™

Descarga archivos de extensión Nextube - Change "Up next" video on 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

                        Have you ever wanted to change the Up next video in YouTube?
Now you can! just drag & drop another video instead :)

Drag and Drop few videos, and make a videos queue, super fast alternative to playlist!

Nextube - change the upnext video in YouTube, perfect for music lovers, download now FREE!

Note:
- Please refresh your YouTube tabs after installing Nextube                    

Información Básica de la Extensión

Nombre Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
URL Oficial https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Descripción Change "Up next" Video via Drag and Drop
Tamaño del Archivo 18.76 KB
Cantidad de Instalaciones 203
Versión Actual 1.0.2
Última Actualización 2018-10-18
Fecha de Publicación 2018-10-18
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador https://www.nextube.lol
Tipo de Pago free
Sitio Web de la Extensión https://www.nextube.lol
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextube - Change \"Up next\" video on YouTube\u2122",
    "short_name": "Nexter",
    "description": "Change \"Up next\" Video via Drag and Drop",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "lib\/dragula.min.js",
                "bg.js"
            ],
            "css": [
                "lib\/dragula.min.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}