Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

Apa itu Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™ adalah ekstensi Chrome yang dikembangkan oleh https://www.nextube.lol, dan fitur utamanya adalah "Change "Up next" Video via Drag and Drop".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nextube - Change "Up next" video on YouTube™

Unduh file ekstensi Nextube - Change "Up next" video on YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
URL Resmi https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
Deskripsi Change "Up next" Video via Drag and Drop
Ukuran File 18.76 KB
Jumlah Instalasi 203
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-10-18
Tanggal Publikasi 2018-10-18
Penilaian 4.56/5 Total 9 Penilaian
Pengembang https://www.nextube.lol
Tipe Pembayaran free
Situs Ekstensi https://www.nextube.lol
Bahasa yang Didukung 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"
    }
}