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.
Qu'est-ce que Queue for Youtube ?
Queue for Youtube est une extension Chrome développée par josephldailey, et sa fonction principale est "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Queue for Youtube
Téléchargez les fichiers d'extension Queue 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
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. Informations de Base sur l'Extension
| Nom | |
| ID | bhjdamjdahimmmpdbbhbcljhkihdokpo |
| URL Officiel | https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo |
| Description | Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly. |
| Taille du Fichier | 462 KB |
| Nombre d'Installations | 183 |
| Version Actuelle | 0.1.2 |
| Dernière Mise à Jour | 2014-09-22 |
| Date de Publication | 2014-09-22 |
| Évaluation | 2.37/5 Total 19 Évaluations |
| Développeur | josephldailey |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
} | |