Untune - Reddit music to youtube playlist
Turn any subreddit into a youtube playlist
Apa itu Untune - Reddit music to youtube playlist?
Untune - Reddit music to youtube playlist adalah ekstensi Chrome yang dikembangkan oleh http://untune.io, dan fitur utamanya adalah "Turn any subreddit into a youtube playlist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Untune - Reddit music to youtube playlist
Unduh file ekstensi Untune - Reddit music to youtube playlist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | eimhignhcniokleddonefnkfkabfjiob |
URL Resmi | https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob |
Deskripsi | Turn any subreddit into a youtube playlist |
Ukuran File | 28.27 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2020-01-26 |
Tanggal Publikasi | 2020-01-26 |
Penilaian | 3.44/5 Total 9 Penilaian |
Pengembang | http://untune.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://untune.io |
URL Halaman Bantuan | https://untune.io |
Bahasa yang Didukung | 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" ] } |