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.

Vad är Queue for Youtube?

Queue for Youtube är en Chrome-tillägg utvecklad av josephldailey, och dess huvudfunktion är "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.".

Tilläggsskärmbilder

screenshot

Ladda ner Queue for Youtube-förlängningens CRX-fil

Ladda ner Queue for Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Queue for Youtube Queue for Youtube
ID bhjdamjdahimmmpdbbhbcljhkihdokpo
Officiell webbadress https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo
Beskrivning Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Filstorlek 462 KB
Antal Installationer 183
Aktuell Version 0.1.2
Senast Uppdaterad 2014-09-22
Publiceringsdatum 2014-09-22
Betyg 2.37/5 Totalt 19 Betyg
Utvecklare josephldailey
Betalningssätt free
Stödda Språk 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"
}