InstantQueue for Youtube
Quickest way to watch videos on Youtube!
Qu'est-ce que InstantQueue for Youtube ?
InstantQueue for Youtube est une extension Chrome développée par edabingol, et sa fonction principale est "Quickest way to watch videos on Youtube!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstantQueue for Youtube
Téléchargez les fichiers d'extension InstantQueue for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pcbfkaibdlhhihdijcodacddmgflalnm |
URL Officiel | https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm |
Description | Quickest way to watch videos on Youtube! |
Taille du Fichier | 462 KB |
Nombre d'Installations | 320 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-02-26 |
Date de Publication | 2015-02-26 |
Évaluation | 3.48/5 Total 27 Évaluations |
Développeur | edabingol |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |