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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |