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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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