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
官方網址 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"
        }
    ]
}