F1 TV Theater mode

add theater mode button to F1 TV player

什麼是F1 TV Theater mode?

F1 TV Theater mode是由FINPO, Inc.開發的Chrome擴展程式,該擴展的主要功能是“add theater mode button to F1 TV player”。

擴展截圖

screenshot
screenshot

下載F1 TV Theater mode擴展crx文件

下載F1 TV Theater mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        when you watching F1 TV stream video
the video screen is very small, If you want more bigger screen, You can't !!
after install this
you will get a theater mode button, just like watch Youtube.
now you can watch video in page full screen.                    

擴展基本資訊

名稱 F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
官方網址 https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
簡介 add theater mode button to F1 TV player
檔案大小 8.96 KB
安裝次數 437
目前版本 1.0
更新時間 2021-09-30
上架時間 2021-09-30
評分 5.00/5 共 7 次評分
開發者 FINPO, Inc.
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 TV Theater mode",
    "description": "add theater mode button to F1 TV player",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "execute.js"
            ]
        }
    ],
    "icons": {
        "128": "\/icon.png",
        "16": "\/icon.png",
        "48": "\/icon.png"
    }
}