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 |
公式URL | 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 |
Eメール | [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" ] } |