Queue for Youtube

Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.

Apa itu Queue for Youtube?

Queue for Youtube adalah ekstensi Chrome yang dikembangkan oleh josephldailey, dan fitur utamanya adalah "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Queue for Youtube

Unduh file ekstensi Queue 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

                        Youtube Queue!

Add a queue to the bottom of Youtube that you can build as you like.

Features:
Easily add any video to the end of the queue.
Insert to play video next.
Delete video.
Clear queue.
Control queue.

FAQ
Q: How is this different than the current way Youtube does queues.
A: Instead of being limited to predetermined mixes/queues/playlists, you can build your own on the fly.                    

Informasi Dasar Ekstensi

Nama Queue for Youtube Queue for Youtube
ID bhjdamjdahimmmpdbbhbcljhkihdokpo
URL Resmi https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo
Deskripsi Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Ukuran File 462 KB
Jumlah Instalasi 183
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2014-09-22
Tanggal Publikasi 2014-09-22
Penilaian 2.37/5 Total 19 Penilaian
Pengembang josephldailey
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "jquery.min.js",
                "jstorage.js",
                "ytq.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Adds queue feature to Youtube. Unlike the current Youtube queue\/playlist, this allows you to build your own queue on the fly.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Queue for Youtube",
    "version": "0.1.2"
}