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是由http://untune.io开发的Chrome扩展程序,该扩展的主要功能是“Turn any subreddit into a youtube playlist”。
扩展截图
下载Untune - Reddit music to youtube playlist扩展crx文件
下载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" ] } |