InstantQueue for Youtube

Quickest way to watch videos on Youtube!

什麼是InstantQueue for Youtube?

InstantQueue for Youtube是由edabingol開發的Chrome擴展程式,該擴展的主要功能是“Quickest way to watch videos on Youtube!”。

擴展截圖

下載InstantQueue for Youtube擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}