F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

什么是F1 TV Enhanced?

F1 TV Enhanced是由Mike Kenyon开发的Chrome扩展程序,该扩展的主要功能是“Media controls when watching Formula 1 on F1 TV”。

扩展截图

screenshot
screenshot

下载F1 TV Enhanced扩展crx文件

下载F1 TV Enhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An unofficial upgrade to your F1 TV experience! 

When you have multiple tabs open with the race, the map, the data screen, or on-boards cameras, this extension will synchronize your other tabs whenever you seek in a video! Also, when you pause or resume the video, your other tabs will as well!

This extension also adds keyboard shortcuts for when you're watching! The same shortcuts as YouTube:

j / left arrow: Skip back 5/10 seconds
k / right arrow: Skip forward 5/10 seconds
Space: Pause / Resume playback
m: Mute / unmute
f: Full-screen
1–9: Skip to 10%–90% of the video
Home: Jump to beginning                    

扩展基本信息

名称 F1 TV Enhanced F1 TV Enhanced
ID mkalpcklojnhdnaanfbamjgippoijdnf
官方URL https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf
简介 Media controls when watching Formula 1 on F1 TV
文件大小 541 KB
安装次数 889
当前版本 1.3
更新时间 2019-07-29
上架时间 2019-07-29
评分 3.29/5 共7次评分
开发者 Mike Kenyon
付费类型 free
扩展官网 https://github.com/mkenyon/f1tv-enhanced
帮助页面URL https://github.com/mkenyon/f1tv-enhanced/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Michael Abon",
    "description": "Media controls when watching Formula 1 on F1 TV",
    "manifest_version": 2,
    "name": "F1 TV Enhanced",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "src\/media-player.js",
                "src\/sync-current-time.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/background_script\/background.js"
        ]
    }
}