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
官方網址 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
電子郵箱 [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
}