Jukebox-YT

A Media Player for YouTube videos.

Jukebox-YT란 무엇입니까?

Jukebox-YT은(는) Sam Boyer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Media Player for YouTube videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Jukebox-YT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Jukebox-YT is a Media Player for YouTube videos that lets you collect videos, group them into dynamic playlists and play with rating-weighted shuffling!

Videos can be added to your collection individually, or batch-imported from a playlist. From there they can be shuffled, rated and filtered through using complex expressions. Playlists can be made from these search filters.

The plugin features a main screen where the tracks are played and handled, a toolbar popup with remote control and 'Add' options in the context menus for YouTube videos and playlists.

(It should be noted that Jukebox-YT cannot play certain music videos that are disallowed from being played outside of YouTube, but most music works :3)                    

확장 프로그램 기본 정보

이름 Jukebox-YT Jukebox-YT
ID mglabanecenehiphkiefanefolachfbh
공식 URL https://chrome.google.com/webstore/detail/jukebox-yt/mglabanecenehiphkiefanefolachfbh
설명 A Media Player for YouTube videos.
파일 크기 544 KB
설치 횟수 14
현재 버전 1.0.2
최근 업데이트 2018-04-13
출시 날짜 2018-04-13
개발자 Sam Boyer
결제 유형 free
도움말 페이지 URL https://samboyer.co.uk
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jukebox-YT",
    "version": "1.0.2",
    "description": "A Media Player for YouTube videos.",
    "author": "Sam Boyer",
    "icons": {
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.youtube.com\/*",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/getData.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_title": "Jukebox.YT",
        "default_popup": "jukeboxPopup.html"
    }
}