Nextube - Change "Up next" video on YouTube™
Change "Up next" Video via Drag and Drop
What is Nextube - Change "Up next" video on YouTube™?
Nextube - Change "Up next" video on YouTube™ is a Chrome extension developed by https://www.nextube.lol, and its main feature is "Change "Up next" Video via Drag and Drop".
Extension Screenshots
Download Nextube - Change "Up next" video on YouTube™ Extension CRX File
Download Nextube - Change "Up next" video on YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | flfemkicmemllbonegllchhlfbkiejei |
Official URL | https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei |
Description | Change "Up next" Video via Drag and Drop |
File Size | 18.76 KB |
Installation Count | 203 |
Current Version | 1.0.2 |
Last Updated | 2018-10-18 |
Publish Date | 2018-10-18 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://www.nextube.lol |
Payment Type | free |
Extension Website | https://www.nextube.lol |
Supported Languages | 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" } } |