InstantQueue for Youtube
Quickest way to watch videos on Youtube!
Hvad er InstantQueue for Youtube?
InstantQueue for Youtube er en Chrome-udvidelse udviklet af edabingol, og dens hovedfunktion er "Quickest way to watch videos on Youtube!".
Udvidelsesskærmbilleder
Download InstantQueue for Youtube-udvidelses-CRX-fil
Download InstantQueue for Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | pcbfkaibdlhhihdijcodacddmgflalnm |
Officiel URL | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
Beskrivelse | Quickest way to watch videos on Youtube! |
Filstørrelse | 462 KB |
Antal Installationer | 320 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-02-26 |
Udgivelsesdato | 2015-02-26 |
Bedømmelse | 3.48/5 Samlet 27 Bedømmelser |
Udvikler | edabingol |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |