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".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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" } } |