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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}