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
官方網址 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"
    }
}