Tab Playlist for YouTube™
Lets you make a playlist by simply lining up tabs
什麼是Tab Playlist for YouTube™?
Tab Playlist for YouTube™是由metarmask開發的Chrome擴展程式,該擴展的主要功能是“Lets you make a playlist by simply lining up tabs”。
擴展截圖
下載Tab Playlist for YouTube™擴展crx文件
下載Tab Playlist for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Tab Playlist for YouTube™ |
ID | ikogidhhmokakdcclccipjnfohibicbh |
官方網址 | https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh |
簡介 | Lets you make a playlist by simply lining up tabs |
檔案大小 | 1.49 MB |
安裝次數 | 1,135 |
目前版本 | 0.3 |
更新時間 | 2018-07-15 |
上架時間 | 2018-07-15 |
評分 | 4.32/5 共 25 次評分 |
開發者 | metarmask |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/metarmask/tab-playlist/ |
說明頁面URL | https://github.com/metarmask/tab-playlist/issues |
支援的語言 | 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" ] } |