Queue for Youtube
Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Queue for Youtubeとは何ですか?
Queue for Youtubeはjosephldaileyによって開発されたChromeの拡張機能で、その主な機能は「Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.」です。
拡張機能のスクリーンショット
Queue for Youtube拡張機能のCRXファイルをダウンロード
Queue for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube Queue! Add a queue to the bottom of Youtube that you can build as you like. Features: Easily add any video to the end of the queue. Insert to play video next. Delete video. Clear queue. Control queue. FAQ Q: How is this different than the current way Youtube does queues. A: Instead of being limited to predetermined mixes/queues/playlists, you can build your own on the fly.
拡張機能の基本情報
名前 | |
ID | bhjdamjdahimmmpdbbhbcljhkihdokpo |
公式URL | https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo |
説明 | Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly. |
ファイルサイズ | 462 KB |
インストール数 | 183 |
現在のバージョン | 0.1.2 |
最終更新日 | 2014-09-22 |
公開日 | 2014-09-22 |
評価 | 2.37/5 合計 19 レビュー |
開発者 | josephldailey |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/style.css", "css\/font-awesome.min.css" ], "js": [ "jquery.min.js", "jstorage.js", "ytq.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } ], "description": "Adds queue feature to Youtube. Unlike the current Youtube queue\/playlist, this allows you to build your own queue on the fly.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Queue for Youtube", "version": "0.1.2" } |