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 |
| 官方URL | 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\/*"
]
}
]
} | |