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"
        ]
    }
}