Untune - Reddit music to youtube playlist

Turn any subreddit into a youtube playlist

Qu'est-ce que Untune - Reddit music to youtube playlist ?

Untune - Reddit music to youtube playlist est une extension Chrome développée par http://untune.io, et sa fonction principale est "Turn any subreddit into a youtube playlist".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Untune - Reddit music to youtube playlist

Téléchargez les fichiers d'extension Untune - Reddit music to youtube playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Untune - Reddit music to youtube playlist Untune - Reddit music to youtube playlist
ID eimhignhcniokleddonefnkfkabfjiob
URL Officiel https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob
Description Turn any subreddit into a youtube playlist
Taille du Fichier 28.27 KB
Nombre d'Installations 52
Version Actuelle 2.5
Dernière Mise à Jour 2020-01-26
Date de Publication 2020-01-26
Évaluation 3.44/5 Total 9 Évaluations
Développeur http://untune.io
Type de Paiement free
Site Web de l'Extension https://untune.io
URL de la Page d'Aide https://untune.io
Langues Prises en Charge 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"
    ]
}