InstantQueue for Youtube

Quickest way to watch videos on Youtube!

InstantQueue for Youtubeคืออะไร?

InstantQueue for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edabingol และคุณลักษณะหลักของมันคือ "Quickest way to watch videos on Youtube!"

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

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

ดาวน์โหลดไฟล์ส่วนขยาย InstantQueue for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickest way to watch a bunch of videos on Youtube!

- Add, re-order, remove videos quickly using drag-n-drop!
- No management necessary. Close the tab and you're done
- Automatically plays the list for you, playing videos one after another.
- Don't want to lose the list? Export the list you just created to an actual Youtube playlist.

Easy. Simple. Efficient.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ InstantQueue for Youtube InstantQueue for Youtube
ID pcbfkaibdlhhihdijcodacddmgflalnm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm
คำอธิบาย Quickest way to watch videos on Youtube!
ขนาดไฟล์ 462 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-02-26
วันที่เผยแพร่ 2015-02-26
คะแนน 3.48/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา edabingol
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstantQueue for Youtube",
    "description": "Quickest way to watch videos on Youtube!",
    "icons": {
        "128": "images\/instant-queue.png"
    },
    "version": "0.1",
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "css": [
                "instant-queue.css"
            ],
            "js": [
                "underscore.js",
                "jquery.js",
                "sortable.js",
                "instant-queue.js"
            ]
        }
    ]
}