YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
什么是YouTube Cinema?
YouTube Cinema是由CheeseFrog开发的Chrome扩展程序,该扩展的主要功能是“Expands cinema mode (click ▭) to display in maximal size.”。
扩展截图
下载YouTube Cinema扩展crx文件
下载YouTube Cinema扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No ads or telemetry.
Please consider donating (https://paypal.me/auyousef). 扩展基本信息
| 名称 | |
| ID | fplholpfmfpnhmppbamcakepnegffmhc |
| 官方URL | https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc |
| 简介 | Expands cinema mode (click ▭) to display in maximal size. |
| 文件大小 | 13.16 KB |
| 安装次数 | 57 |
| 当前版本 | 1.60 |
| 更新时间 | 2024-01-14 |
| 上架时间 | 2022-05-29 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | CheeseFrog |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Cinema",
"version": "1.60",
"description": "Expands cinema mode (click \u25ad) to display in maximal size.",
"icons": {
"48": "icons\/ico48.png",
"96": "icons\/ico96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"JS-Styler.js"
]
}
],
"action": {
"default_icon": "icons\/ico96.png",
"default_title": "YouTube Cinema",
"default_popup": "settings\/options.html"
},
"options_ui": {
"page": "settings\/options.html"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |