Untune - Reddit music to youtube playlist
Turn any subreddit into a youtube playlist
Что такое Untune - Reddit music to youtube playlist?
Untune - Reddit music to youtube playlist - это расширение Chrome, разработанное http://untune.io, и его основная функция - "Turn any subreddit into a youtube playlist".
Снимки экрана расширения
Скачать файл CRX расширения Untune - Reddit music to youtube playlist
Скачайте файлы расширений Untune - Reddit music to youtube playlist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Find hundreds of new songs everyday from reddit listentothis, music, hiphopheads, deephouse, videos, darkstep, country and more. Turn subreddits into Youtube playlists by opening the untune extension in your toolbar and clicking "Create youtube playlist" in the extension window. Finding new music can be difficult, so Untune provides instant playlists from your favorite subreddits (eg reddit.com/r/music). Untune is open source - https://github.com/zenobo/Untune.io
Основная информация о расширении
Название | |
ID | eimhignhcniokleddonefnkfkabfjiob |
Официальный URL | https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob |
Описание | Turn any subreddit into a youtube playlist |
Размер файла | 28.27 KB |
Количество установок | 52 |
Текущая Версия | 2.5 |
Последнее Обновление | 2020-01-26 |
Дата публикации | 2020-01-26 |
Рейтинг | 3.44/5 Всего 9 оценок |
Разработчик | http://untune.io |
Тип оплаты | free |
Официальный сайт расширения | https://untune.io |
URL страницы помощи | https://untune.io |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Untune - Reddit music to youtube playlist", "description": "Turn any subreddit into a youtube playlist", "version": "2.5", "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/icons\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |