Untune - Reddit music to youtube playlist
Turn any subreddit into a youtube playlist
What is Untune - Reddit music to youtube playlist?
Untune - Reddit music to youtube playlist is a Chrome extension developed by http://untune.io, and its main feature is "Turn any subreddit into a youtube playlist".
Extension Screenshots
Download Untune - Reddit music to youtube playlist Extension CRX File
Download Untune - Reddit music to youtube playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | eimhignhcniokleddonefnkfkabfjiob |
Official URL | https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob |
Description | Turn any subreddit into a youtube playlist |
File Size | 28.27 KB |
Installation Count | 52 |
Current Version | 2.5 |
Last Updated | 2020-01-26 |
Publish Date | 2020-01-26 |
Rating | 3.44/5 Total 9 Ratings |
Developer | http://untune.io |
Payment Type | free |
Extension Website | https://untune.io |
Help Page URL | https://untune.io |
Supported Languages | 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" ] } |