Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Cos'è Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ è un'estensione di Chrome sviluppata da https://www.nextube.lol, e la sua funzione principale è "Change "Up next" Video via Drag and Drop".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nextube - Change "Up next" video on YouTube™

Scarica i file di estensione Nextube - Change "Up next" video on YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
URL Ufficiale https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Descrizione Change "Up next" Video via Drag and Drop
Dimensione del File 18.76 KB
Conteggio Installazioni 203
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-10-18
Data di Pubblicazione 2018-10-18
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore https://www.nextube.lol
Tipo di Pagamento free
Sito Web dell'Estensione https://www.nextube.lol
Lingue Supportate 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"
    }
}