InstantQueue for Youtube

Quickest way to watch videos on Youtube!

Apa itu InstantQueue for Youtube?

InstantQueue for Youtube adalah ekstensi Chrome yang dikembangkan oleh edabingol, dan fitur utamanya adalah "Quickest way to watch videos on Youtube!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi InstantQueue for Youtube

Unduh file ekstensi InstantQueue for Youtube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama InstantQueue for Youtube InstantQueue for Youtube
ID pcbfkaibdlhhihdijcodacddmgflalnm
URL Resmi https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm
Deskripsi Quickest way to watch videos on Youtube!
Ukuran File 462 KB
Jumlah Instalasi 320
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-02-26
Tanggal Publikasi 2015-02-26
Penilaian 3.48/5 Total 27 Penilaian
Pengembang edabingol
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}