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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |