Untune - Reddit music to youtube playlist

Turn any subreddit into a youtube playlist

什麼是Untune - Reddit music to youtube playlist?

Untune - Reddit music to youtube playlist是由http://untune.io開發的Chrome擴展程式,該擴展的主要功能是“Turn any subreddit into a youtube playlist”。

擴展截圖

screenshot
screenshot
screenshot

下載Untune - Reddit music to youtube playlist擴展crx文件

下載Untune - Reddit music to youtube playlist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Untune - Reddit music to youtube playlist Untune - Reddit music to youtube playlist
ID eimhignhcniokleddonefnkfkabfjiob
官方網址 https://chrome.google.com/webstore/detail/untune-reddit-music-to-yo/eimhignhcniokleddonefnkfkabfjiob
簡介 Turn any subreddit into a youtube playlist
檔案大小 28.27 KB
安裝次數 52
目前版本 2.5
更新時間 2020-01-26
上架時間 2020-01-26
評分 3.44/5 共 9 次評分
開發者 http://untune.io
付費類型 free
擴展官網 https://untune.io
說明頁面URL https://untune.io
支援的語言 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"
    ]
}