Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Wat is Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ is een Chrome-extensie ontwikkeld door https://www.nextube.lol, en de belangrijkste functie is "Change "Up next" Video via Drag and Drop".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nextube - Change "Up next" video on YouTube™

Download Nextube - Change "Up next" video on YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
Officiële URL https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Beschrijving Change "Up next" Video via Drag and Drop
Bestandsgrootte 18.76 KB
Aantal Installaties 203
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-10-18
Publicatiedatum 2018-10-18
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar https://www.nextube.lol
Betalingswijze free
Extensiewebsite https://www.nextube.lol
Ondersteunde Talen 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"
    }
}