F1 TV Large Player

Makes the video player on F1TV larger without needing to go full-screen

F1 TV Large Playerとは何ですか?

F1 TV Large Playerはdwoods0001によって開発されたChromeの拡張機能で、その主な機能は「Makes the video player on F1TV larger without needing to go full-screen」です。

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

screenshot

F1 TV Large Player拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Are you tired of having to view F1TV in either a tiny window or full screen? Well now you don't have to.

This extension makes the player as large as possible with the available space on your screen. You can even hide the header row for the largest possible player.                    

拡張機能の基本情報

名前 F1 TV Large Player F1 TV Large Player
ID dlaemaaokckckhljgoooidebjcdefnfb
公式URL https://chromewebstore.google.com/detail/f1-tv-large-player/dlaemaaokckckhljgoooidebjcdefnfb
説明 Makes the video player on F1TV larger without needing to go full-screen
ファイルサイズ 1.22 MB
インストール数 44
現在のバージョン 1.0.0
最終更新日 2023-07-09
公開日 2023-07-09
評価 5.00/5 合計 2 レビュー
開発者 dwoods0001
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "F1 TV Large Player",
    "version": "1.0.0",
    "description": "Makes the video player on F1TV larger without needing to go full-screen",
    "author": "[email protected]",
    "host_permissions": [
        "https:\/\/f1tv.formula1.com\/detail\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "f1tvlargeplayer.js"
            ],
            "matches": [
                "https:\/\/f1tv.formula1.com\/detail\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}