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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nextube.lol และคุณลักษณะหลักของมันคือ "Change "Up next" Video via Drag and Drop"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nextube - Change "Up next" video on YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}