F1 TV Enhanced

Media controls when watching Formula 1 on F1 TV

Was ist F1 TV Enhanced?

F1 TV Enhanced ist eine Chrome-Erweiterung, die von Mike Kenyon entwickelt wurde, und ihr Hauptmerkmal ist "Media controls when watching Formula 1 on F1 TV".

Erweiterungsscreenshots

screenshot
screenshot

F1 TV Enhanced-Erweiterungs-CRX-Datei herunterladen

Laden Sie F1 TV Enhanced-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name F1 TV Enhanced F1 TV Enhanced
ID mkalpcklojnhdnaanfbamjgippoijdnf
Offizielle URL https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf
Beschreibung Media controls when watching Formula 1 on F1 TV
Dateigröße 541 KB
Installationsanzahl 889
Aktuelle Version 1.3
Letztes Update 2019-07-29
Veröffentlichungsdatum 2019-07-29
Bewertung 3.29/5 Insgesamt 7 Bewertungen
Entwickler Mike Kenyon
Zahlungsart free
Erweiterungswebsite https://github.com/mkenyon/f1tv-enhanced
Hilfeseite URL https://github.com/mkenyon/f1tv-enhanced/issues
Unterstützte Sprachen 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"
        ]
    }
}