youtube music playlist

youtubeのプレイリストを便利に。 Make a youtube play list more convenient.

What is youtube music playlist?

youtube music playlist is a Chrome extension developed by Wosebell, and its main feature is "youtubeのプレイリストを便利に。 Make a youtube play list more convenient.".

Extension Screenshots

screenshot

Download youtube music playlist Extension CRX File

Download youtube music playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        youtubeのプレイリストを便利に。
プレイリスト内の曲の音量にばらつきがある、曲の前後に邪魔な空白がある、ページが削除されると曲名が分からなくなるから補充が大変、200件を超えるプレイリストではランダム再生が正常に動作しない、といった問題を解決。
Make a youtube play list more convenient. This chrome extension will solve some problems.
For example, musics in playlist are not unified volume, blank time in music back and forth, name of a removed page is lost, random sort of playlist that included over 200 items is sick.                    

Extension Basic Information

Name youtube music playlist youtube music playlist
ID ikonpmaapibilhbjdlmpjaaacnkdbfij
Official URL https://chrome.google.com/webstore/detail/ikonpmaapibilhbjdlmpjaaacnkdbfij
Description youtubeのプレイリストを便利に。 Make a youtube play list more convenient.
File Size 13.11 KB
Installation Count 38
Current Version 0.5.0.2
Last Updated 2016-02-29
Publish Date 2016-02-29
Rating 5.00/5 Total 1 Ratings
Developer Wosebell
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube music playlist",
    "version": "0.5.0.2",
    "manifest_version": 2,
    "description": "youtube\u306e\u30d7\u30ec\u30a4\u30ea\u30b9\u30c8\u3092\u4fbf\u5229\u306b\u3002 Make a youtube play list more convenient.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "common.js",
                "content_scripts.js",
                "player.js"
            ]
        }
    ],
    "options_page": "main_page.html"
}