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
电子邮箱 [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"
    }
}