QueueIt

Queue YouTube videos!

QueueItคืออะไร?

QueueIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amoghgarg1990 และคุณลักษณะหลักของมันคือ "Queue YouTube videos!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QueueIt

ดาวน์โหลดไฟล์ส่วนขยาย 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
}