Untune - Reddit music to youtube playlist

Turn any subreddit into a youtube playlist

O que é Untune - Reddit music to youtube playlist?

Untune - Reddit music to youtube playlist é uma extensão do Chrome desenvolvida por http://untune.io, e sua principal característica é "Turn any subreddit into a youtube playlist".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Untune - Reddit music to youtube playlist

Baixe arquivos de extensão Untune - Reddit music to youtube playlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Untune - Reddit music to youtube playlist Untune - Reddit music to youtube playlist
ID eimhignhcniokleddonefnkfkabfjiob
URL Oficial https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob
Descrição Turn any subreddit into a youtube playlist
Tamanho do Arquivo 28.27 KB
Contagem de Instalações 52
Versão Atual 2.5
Última Atualização 2020-01-26
Data de Publicação 2020-01-26
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor http://untune.io
Tipo de Pagamento free
Site da Extensão https://untune.io
URL da Página de Ajuda https://untune.io
Idiomas Suportados 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"
    ]
}