Picture-in-Picture for Youtube
Activates the Picture-in-Picture button and other useful features.
什麼是Picture-in-Picture for Youtube?
Picture-in-Picture for Youtube是由Super Zombi開發的Chrome擴展程式,該擴展的主要功能是“Activates the Picture-in-Picture button and other useful features.”。
擴展截圖
下載Picture-in-Picture for Youtube擴展crx文件
下載Picture-in-Picture for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc. 擴展基本資訊
| 名稱 | |
| ID | choemllnhinpmdednemjdpbaolkpnhck |
| 官方網址 | https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck |
| 簡介 | Activates the Picture-in-Picture button and other useful features. |
| 檔案大小 | 786 KB |
| 安裝次數 | 396 |
| 目前版本 | 2.4.11 |
| 更新時間 | 2023-12-15 |
| 上架時間 | 2023-08-30 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | Super Zombi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube |
| 說明頁面URL | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues |
| 支援的語言 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.4.11",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "menu\/options.html",
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
}
},
"icons": {
"128": "images\/icon-128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"options_ui": {
"open_in_tab": false,
"page": "menu\/options.html"
},
"homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
"minimum_chrome_version": "107.0.5304.87"
} | |