Tabs Playlist for Youtube
Simply manage your "playlist" by ordering your youtube tabs.
Qu'est-ce que Tabs Playlist for Youtube ?
Tabs Playlist for Youtube est une extension Chrome développée par Matthis de Wit, et sa fonction principale est "Simply manage your "playlist" by ordering your youtube tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabs Playlist for Youtube
Téléchargez les fichiers d'extension Tabs Playlist 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
Install: Add te extension to Google Chrome and reload all your Youtube tabs. Usage: 1. Open one Youtube video tab, the video starts playing automatically (as usual) 2. Other Youtube video tabs will be paused when loaded 3. When the 1st Youtube tab is almost done, it will crossfade with the next Youtube tab. When you play another Youtube tab, all other Youtube tabs will be paused. Known bugs: Occassionally a video is not automatically paused, working on this...
Informations de Base sur l'Extension
Nom | |
ID | naplcmgdmolcljbkjajgdnlpfjcdclpi |
URL Officiel | https://chrome.google.com/webstore/detail/tabs-playlist-for-youtube/naplcmgdmolcljbkjajgdnlpfjcdclpi |
Description | Simply manage your "playlist" by ordering your youtube tabs. |
Taille du Fichier | 72.74 KB |
Nombre d'Installations | 311 |
Version Actuelle | 0.0.1.0 |
Dernière Mise à Jour | 2013-11-15 |
Date de Publication | 2013-11-15 |
Évaluation | 2.80/5 Total 15 Évaluations |
Développeur | Matthis de Wit |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Playlist for Youtube", "short_name": "TabPlaylistr", "version": "0.0.1.0", "manifest_version": 2, "description": "Simply manage your \"playlist\" by ordering your youtube tabs.", "icons": { "16": "image16.png", "48": "image48.png", "128": "image128.png" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/watch?*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "jquery.js", "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery.js", "youtube.js", "jquery.min.map" ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "ids": [ "*" ], "accepts_tls_channel_id": false }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Tabs Playlist for Youtube - enabled" } } |