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"
    }
}