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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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