YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
YouTube Picture-In-Pictureとは何ですか?
YouTube Picture-In-PictureはSimon Liによって開発されたChromeの拡張機能で、その主な機能は「This extension pops the current video to a floating window and allows you to continue watching it while using other applications.」です。
拡張機能のスクリーンショット
YouTube Picture-In-Picture拡張機能のCRXファイルをダウンロード
YouTube Picture-In-Picture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos. 拡張機能の基本情報
| 名前 | |
| ID | phneljjeificmdaehodadkdiacgiinbk |
| 公式URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
| 説明 | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
| ファイルサイズ | 9.37 KB |
| インストール数 | 744 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2020-12-04 |
| 公開日 | 2020-12-03 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Simon Li |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Picture-In-Picture",
"version": "1.0.1",
"description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"https:\/\/www.youtube.com\/*",
"storage"
],
"browser_action": {
"default_icon": "icon-64.png",
"default_title": "YouTube Picture-in-Picture",
"default_popup": "popup.html"
}
} | |