Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

O que é Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ é uma extensão do Chrome desenvolvida por https://www.nextube.lol, e sua principal característica é "Change "Up next" Video via Drag and Drop".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nextube - Change "Up next" video on YouTube™

Baixe arquivos de extensão Nextube - Change "Up next" video on YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
URL Oficial https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Descrição Change "Up next" Video via Drag and Drop
Tamanho do Arquivo 18.76 KB
Contagem de Instalações 203
Versão Atual 1.0.2
Última Atualização 2018-10-18
Data de Publicação 2018-10-18
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor https://www.nextube.lol
Tipo de Pagamento free
Site da Extensão https://www.nextube.lol
Idiomas Suportados 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"
    }
}