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
公式URL 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.
Eメール [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"
    }
}