Untune - Reddit music to youtube playlist
Turn any subreddit into a youtube playlist
Cos'è Untune - Reddit music to youtube playlist?
Untune - Reddit music to youtube playlist è un'estensione di Chrome sviluppata da http://untune.io, e la sua funzione principale è "Turn any subreddit into a youtube playlist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Untune - Reddit music to youtube playlist
Scarica i file di estensione Untune - Reddit music to youtube playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | eimhignhcniokleddonefnkfkabfjiob |
URL Ufficiale | https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob |
Descrizione | Turn any subreddit into a youtube playlist |
Dimensione del File | 28.27 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2020-01-26 |
Data di Pubblicazione | 2020-01-26 |
Valutazione | 3.44/5 Totale 9 Valutazioni |
Sviluppatore | http://untune.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://untune.io |
URL della Pagina di Aiuto | https://untune.io |
Lingue Supportate | 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" ] } |