Tab Playlist for YouTube™
Lets you make a playlist by simply lining up tabs
Qu'est-ce que Tab Playlist for YouTube™ ?
Tab Playlist for YouTube™ est une extension Chrome développée par metarmask, et sa fonction principale est "Lets you make a playlist by simply lining up tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Playlist for YouTube™
Téléchargez les fichiers d'extension Tab 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
This extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch. Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 . Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)
Informations de Base sur l'Extension
Nom | Tab Playlist for YouTube™ |
ID | ikogidhhmokakdcclccipjnfohibicbh |
URL Officiel | https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh |
Description | Lets you make a playlist by simply lining up tabs |
Taille du Fichier | 1.49 MB |
Nombre d'Installations | 1,135 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2018-07-15 |
Date de Publication | 2018-07-15 |
Évaluation | 4.32/5 Total 25 Évaluations |
Développeur | metarmask |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/metarmask/tab-playlist/ |
URL de la Page d'Aide | https://github.com/metarmask/tab-playlist/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Playlist for YouTube\u2122", "short_name": "Tab Playlist", "version": "0.3", "description": "Lets you make a playlist by simply lining up tabs", "author": "\/u\/metarmask", "icons": { "128": "images\/extension\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "declarativeContent", "https:\/\/www.youtube.com\/" ], "page_action": { "default_icon": "images\/pageAction\/disabled.png", "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one." }, "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "content-script-js-accesser.js" ] } |