Untune - Reddit music to youtube playlist

Turn any subreddit into a youtube playlist

Hvad er Untune - Reddit music to youtube playlist?

Untune - Reddit music to youtube playlist er en Chrome-udvidelse udviklet af http://untune.io, og dens hovedfunktion er "Turn any subreddit into a youtube playlist".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Untune - Reddit music to youtube playlist-udvidelses-CRX-fil

Download Untune - Reddit music to youtube playlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Untune - Reddit music to youtube playlist Untune - Reddit music to youtube playlist
ID eimhignhcniokleddonefnkfkabfjiob
Officiel URL https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob
Beskrivelse Turn any subreddit into a youtube playlist
Filstørrelse 28.27 KB
Antal Installationer 52
Nuværende Version 2.5
Senest Opdateret 2020-01-26
Udgivelsesdato 2020-01-26
Bedømmelse 3.44/5 Samlet 9 Bedømmelser
Udvikler http://untune.io
Betalingsmetode free
Udvidelseswebsted https://untune.io
Hjælpeside-URL https://untune.io
Understøttede Sprog 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"
    ]
}