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 |
官方網址 | 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" } |