InstantQueue for Youtube

Quickest way to watch videos on Youtube!

Vad är InstantQueue for Youtube?

InstantQueue for Youtube är en Chrome-tillägg utvecklad av edabingol, och dess huvudfunktion är "Quickest way to watch videos on Youtube!".

Tilläggsskärmbilder

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

Ladda ner InstantQueue 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

                        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.                    

Grundläggande Information om Tillägg

Namn InstantQueue for Youtube InstantQueue for Youtube
ID pcbfkaibdlhhihdijcodacddmgflalnm
Officiell webbadress https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm
Beskrivning Quickest way to watch videos on Youtube!
Filstorlek 462 KB
Antal Installationer 320
Aktuell Version 0.1
Senast Uppdaterad 2015-02-26
Publiceringsdatum 2015-02-26
Betyg 3.48/5 Totalt 27 Betyg
Utvecklare edabingol
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}