BigTube - Better Youtube Theater Mode & More
Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.
什麼是BigTube - Better Youtube Theater Mode & More?
BigTube - Better Youtube Theater Mode & More是由Pregnantboy開發的Chrome擴展程式,該擴展的主要功能是“Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.”。
擴展截圖
下載BigTube - Better Youtube Theater Mode & More擴展crx文件
下載BigTube - Better Youtube Theater Mode & More擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Maximise your browser real estate by fully expanding your youtube video player (without going fullscreen).
Updates (Feb '24)
-----------------------------------
- Supports Youtube new grid layout
Improvements (Dec 23)
-----------------------------------
- Allow hiding of miniplayer
More fixes (Aug '23)
-----------------------------------
- Update css
Fixes (Aug '23)
-----------------------------------
- Update css
New Features (Jul '23)
-----------------------------------
- Miniplayer on scroll - now you can read comments while still watching the video
Fixes (Jun '23)
-----------------------------------
- Update css to support Youtube's new styling (thanks @pinakipb2)
Features (Oct '22)
-----------------------------------
- Improve performance of bigtube
- Shortcut for Picture-in-Picture now set to Alt+P (Windows) or Option+P (Mac)
- Migration to manifest v3 for extensions 擴展基本資訊
| 名稱 | |
| ID | gdkadbhiemijfpoochcieonikoaciapi |
| 官方網址 | https://chromewebstore.google.com/detail/bigtube-better-youtube-th/gdkadbhiemijfpoochcieonikoaciapi |
| 簡介 | Full-sized theater mode, miniplayer on scroll, Popout player for all video sites. |
| 檔案大小 | 29.86 KB |
| 安裝次數 | 4,000 |
| 目前版本 | 4.3.3 |
| 更新時間 | 2024-02-27 |
| 上架時間 | 2019-12-20 |
| 評分 | 4.78/5 共 92 次評分 |
| 開發者 | Pregnantboy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://ianchen.xyz/portfolio/bigtube/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BigTube - Better Youtube Theater Mode & More",
"short_name": "BigTube",
"version": "4.3.3",
"manifest_version": 3,
"description": "Full-sized theater mode, miniplayer on scroll, Popout player for all video sites.",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/main.js",
"type": "module"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+P",
"mac": "Alt+P",
"linux": "Alt+P",
"chromeos": "Alt+P",
"default": "Alt+P"
}
}
},
"permissions": [
"storage",
"activeTab",
"scripting",
"cookies"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
]
} | |