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ファイルをダウンロード

Jukebox-YT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}