Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

什么是Better YouTube Theatre Mode?

Better YouTube Theatre Mode是由SimenMH开发的Chrome扩展程序,该扩展的主要功能是“Improves YouTube's theatre mode by making use of all of the available height”。

扩展截图

screenshot

下载Better YouTube Theatre Mode扩展crx文件

下载Better YouTube Theatre Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

扩展基本信息

名称 Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
官方URL https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
简介 Improves YouTube's theatre mode by making use of all of the available height
文件大小 5.31 KB
安装次数 844
当前版本 1.0.6
更新时间 2023-11-09
上架时间 2022-05-11
评分 4.53/5 共15次评分
开发者 SimenMH
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SimenMH/better-youtube-theatre-mode
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}