InstantQueue for Youtube
Quickest way to watch videos on Youtube!
Cos'è InstantQueue for Youtube?
InstantQueue for Youtube è un'estensione di Chrome sviluppata da edabingol, e la sua funzione principale è "Quickest way to watch videos on Youtube!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstantQueue for Youtube
Scarica i file di estensione InstantQueue for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pcbfkaibdlhhihdijcodacddmgflalnm |
URL Ufficiale | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
Descrizione | Quickest way to watch videos on Youtube! |
Dimensione del File | 462 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-02-26 |
Data di Pubblicazione | 2015-02-26 |
Valutazione | 3.48/5 Totale 27 Valutazioni |
Sviluppatore | edabingol |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |