Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Co to jest Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ to rozszerzenie Chrome opracowane przez https://www.nextube.lol, a jego główną funkcją jest „Change "Up next" Video via Drag and Drop”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nextube - Change "Up next" video on YouTube™

Pobierz pliki rozszerzeń Nextube - Change "Up next" video on YouTube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
Oficjalny URL https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Opis Change "Up next" Video via Drag and Drop
Rozmiar pliku 18.76 KB
Liczba instalacji 203
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-10-18
Data Publikacji 2018-10-18
Ocena 4.56/5 Łącznie 9 Oceny
Deweloper https://www.nextube.lol
Typ Płatności free
Strona Rozszerzenia https://www.nextube.lol
Obsługiwane Języki 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"
    }
}