Untune - Reddit music to youtube playlist
Turn any subreddit into a youtube playlist
Was ist Untune - Reddit music to youtube playlist?
Untune - Reddit music to youtube playlist ist eine Chrome-Erweiterung, die von http://untune.io entwickelt wurde, und ihr Hauptmerkmal ist "Turn any subreddit into a youtube playlist".
Erweiterungsscreenshots
Untune - Reddit music to youtube playlist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Untune - Reddit music to youtube playlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | eimhignhcniokleddonefnkfkabfjiob |
Offizielle URL | https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob |
Beschreibung | Turn any subreddit into a youtube playlist |
Dateigröße | 28.27 KB |
Installationsanzahl | 52 |
Aktuelle Version | 2.5 |
Letztes Update | 2020-01-26 |
Veröffentlichungsdatum | 2020-01-26 |
Bewertung | 3.44/5 Insgesamt 9 Bewertungen |
Entwickler | http://untune.io |
Zahlungsart | free |
Erweiterungswebsite | https://untune.io |
Hilfeseite URL | https://untune.io |
Unterstützte Sprachen | 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" ] } |