QueueIt
Queue YouTube videos!
What is QueueIt?
QueueIt is a Chrome extension developed by amoghgarg1990, and its main feature is "Queue YouTube videos!".
Extension Screenshots
Download QueueIt Extension CRX File
Download QueueIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oldagkdddpneeopaofiflfdidknmhgbb |
Official URL | https://chrome.google.com/webstore/detail/queueit/oldagkdddpneeopaofiflfdidknmhgbb |
Description | Queue YouTube videos! |
File Size | 1.22 MB |
Installation Count | 218 |
Current Version | 0.1.9 |
Last Updated | 2014-12-03 |
Publish Date | 2014-12-03 |
Rating | 4.10/5 Total 20 Ratings |
Developer | amoghgarg1990 |
Payment Type | free |
Supported Languages | 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 } |