BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
什麼是BetterTheatre?
BetterTheatre是由Paolo Basso開發的Chrome擴展程式,該擴展的主要功能是“With this extension you can enjoy a full size theatre mode on youtube.”。
擴展截圖
下載BetterTheatre擴展crx文件
下載BetterTheatre擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode. 擴展基本資訊
| 名稱 | |
| ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
| 官方網址 | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
| 簡介 | With this extension you can enjoy a full size theatre mode on youtube. |
| 檔案大小 | 18.82 KB |
| 安裝次數 | 797 |
| 目前版本 | 1.11.0 |
| 更新時間 | 2023-09-05 |
| 上架時間 | 2018-10-14 |
| 評分 | 4.55/5 共 33 次評分 |
| 開發者 | Paolo Basso |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://github.com/paolobasso99/BetterTheatre/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterTheatre",
"description": "With this extension you can enjoy a full size theatre mode on youtube.",
"version": "1.11.0",
"author": "Paolo Basso",
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"css\/BetterTheatre.css"
]
}
],
"icons": {
"16": "assets\/BT_icon16.png",
"48": "assets\/BT_icon48.png",
"128": "assets\/BT_icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/BetterTheatre.css"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
]
} | |