F1 TV Enhanced
Media controls when watching Formula 1 on F1 TV
Wat is F1 TV Enhanced?
F1 TV Enhanced is een Chrome-extensie ontwikkeld door Mike Kenyon, en de belangrijkste functie is "Media controls when watching Formula 1 on F1 TV".
Extensie Screenshots
Download het CRX-bestand van de extensie F1 TV Enhanced
Download F1 TV Enhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | F1 TV Enhanced |
ID | mkalpcklojnhdnaanfbamjgippoijdnf |
Officiële URL | https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf |
Beschrijving | Media controls when watching Formula 1 on F1 TV |
Bestandsgrootte | 541 KB |
Aantal Installaties | 889 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-07-29 |
Publicatiedatum | 2019-07-29 |
Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Mike Kenyon |
Betalingswijze | free |
Extensiewebsite | https://github.com/mkenyon/f1tv-enhanced |
Help Pagina-URL | https://github.com/mkenyon/f1tv-enhanced/issues |
Ondersteunde Talen | 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" ] } } |