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
Eメール [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"
        }
    ]
}