QueueIt

Queue YouTube videos!

QueueIt란 무엇입니까?

QueueIt은(는) amoghgarg1990에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Queue YouTube videos!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QueueIt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use YouTube as a music player.

Features:
1. Queue videos

2. Search for Youtube videos.

3. YouTube Suggestions: See YouTube suggestions of any song in your queue in the extension.

4. Radio: Just add one song to the extension. It will keep populating the queue on its own

5. Save the current queue as a YouTube playlist.                    

확장 프로그램 기본 정보

이름 QueueIt QueueIt
ID oldagkdddpneeopaofiflfdidknmhgbb
공식 URL https://chrome.google.com/webstore/detail/queueit/oldagkdddpneeopaofiflfdidknmhgbb
설명 Queue YouTube videos!
파일 크기 1.22 MB
설치 횟수 218
현재 버전 0.1.9
최근 업데이트 2014-12-03
출시 날짜 2014-12-03
평점 4.10/5 총 20 개의 평점
개발자 amoghgarg1990
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QueueIt",
    "description": "Queue YouTube videos!",
    "version": "0.1.9",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxk8IDinK\/i54szpHsdQ6MjdDSlLUBDwPMyWkt+SfYTMo0QAtfbuDBqPtqxnNemkjdu518yc\/rurP3rK2TUYcqWLpQpH\/7hG6RnNVj07ZfjtqtOTdIG+OUBBV1mwKGfuWwBvuti\/2qZ9FAk7OlZowO00SpTM7fjE\/wy\/1DAQLgEmsC+iEFuDSCShlfW3FVoBiw3S7q2IGR8AuqDb+dxGwD+7WWQjggTQQhgJoOoGli6LmYRA41EaXda2V7KJD\/QcPgttaKIT4rTdJZy8NhsOoLy9CoQ9Vb+SgLJUCN6rBIP1yuwhu+KsJdWvRGnRHlttGjCYdbhReWeGdWtppaZAewwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "https:\/\/www.youtube.com\/watch*",
        "tabs"
    ],
    "icons": {
        "16": "img\/iconCol.png",
        "48": "img\/iconCol.png",
        "128": "img\/iconCol.png"
    },
    "browser_action": {
        "default_icon": "img\/iconBw.png",
        "default_title": "YouTube Playlist",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "oauth2": {
        "client_id": "893139596307-e3ltcu42pglj8qrml16ei3auhbe6h7ke.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "manifest_version": 2
}