QueueIt

Queue YouTube videos!

什么是QueueIt?

QueueIt是由amoghgarg1990开发的Chrome扩展程序,该扩展的主要功能是“Queue YouTube videos!”。

扩展截图

screenshot
screenshot
screenshot

下载QueueIt扩展crx文件

下载QueueIt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}