youtube music playlist
youtubeのプレイリストを便利に。 Make a youtube play list more convenient.
youtube music playlistとは何ですか?
youtube music playlistはWosebellによって開発されたChromeの拡張機能で、その主な機能は「youtubeのプレイリストを便利に。 Make a youtube play list more convenient.」です。
拡張機能のスクリーンショット
youtube music playlist拡張機能のCRXファイルをダウンロード
youtube music playlist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ikonpmaapibilhbjdlmpjaaacnkdbfij |
| 公式URL | https://chrome.google.com/webstore/detail/ikonpmaapibilhbjdlmpjaaacnkdbfij |
| 説明 | youtubeのプレイリストを便利に。 Make a youtube play list more convenient. |
| ファイルサイズ | 13.11 KB |
| インストール数 | 38 |
| 現在のバージョン | 0.5.0.2 |
| 最終更新日 | 2016-02-29 |
| 公開日 | 2016-02-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Wosebell |
| 支払い方法 | free |
| 対応言語 | 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"
} | |