Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Bigger Theater Modeとは何ですか?

Bigger Theater Modeはhttps://ggg.contactによって開発されたChromeの拡張機能で、その主な機能は「Increases the size of YouTube's Theater mode.」です。

拡張機能のスクリーンショット

Bigger Theater Mode拡張機能のCRXファイルをダウンロード

Bigger Theater Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

拡張機能の基本情報

名前 Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
公式URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
説明 Increases the size of YouTube's Theater mode.
ファイルサイズ 16.14 KB
インストール数 885
現在のバージョン 0.0.0.8
最終更新日 2024-03-01
公開日 2019-11-07
評価 4.30/5 合計 40 レビュー
開発者 https://ggg.contact
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}