F1 TV Enhanced
Media controls when watching Formula 1 on F1 TV
Qu'est-ce que F1 TV Enhanced ?
F1 TV Enhanced est une extension Chrome développée par Mike Kenyon, et sa fonction principale est "Media controls when watching Formula 1 on F1 TV".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension F1 TV Enhanced
Téléchargez les fichiers d'extension F1 TV Enhanced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | F1 TV Enhanced |
ID | mkalpcklojnhdnaanfbamjgippoijdnf |
URL Officiel | https://chromewebstore.google.com/detail/f1-tv-enhanced/mkalpcklojnhdnaanfbamjgippoijdnf |
Description | Media controls when watching Formula 1 on F1 TV |
Taille du Fichier | 541 KB |
Nombre d'Installations | 889 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-07-29 |
Date de Publication | 2019-07-29 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | Mike Kenyon |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mkenyon/f1tv-enhanced |
URL de la Page d'Aide | https://github.com/mkenyon/f1tv-enhanced/issues |
Langues Prises en Charge | 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" ] } } |