Nextube - Change "Up next" video on YouTube™

Change "Up next" Video via Drag and Drop

什么是Nextube - Change "Up next" video on YouTube™?

Nextube - Change "Up next" video on YouTube™是由https://www.nextube.lol开发的Chrome扩展程序,该扩展的主要功能是“Change "Up next" Video via Drag and Drop”。

扩展截图

screenshot

下载Nextube - Change "Up next" video on YouTube™扩展crx文件

下载Nextube - Change "Up next" video on YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Nextube - Change Nextube - Change "Up next" video on YouTube™
ID flfemkicmemllbonegllchhlfbkiejei
官方URL https://chromewebstore.google.com/detail/nextube-change-up-next-vi/flfemkicmemllbonegllchhlfbkiejei
简介 Change "Up next" Video via Drag and Drop
文件大小 18.76 KB
安装次数 203
当前版本 1.0.2
更新时间 2018-10-18
上架时间 2018-10-18
评分 4.56/5 共9次评分
开发者 https://www.nextube.lol
付费类型 free
扩展官网 https://www.nextube.lol
支持的语言 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"
    }
}