F1TV Tweaks

Adds useful tools to add to the usability of the F1TV streaming page.

Qu'est-ce que F1TV Tweaks ?

F1TV Tweaks est une extension Chrome développée par Maarten Flippo, et sa fonction principale est "Adds useful tools to add to the usability of the F1TV streaming page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension F1TV Tweaks

Téléchargez les fichiers d'extension F1TV Tweaks 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

                        F1TV Tweaks adds functionality to the F1TV streaming page to make it easier to use by adding shortcut keys. It also modifies the page to take advantage of larger displays.

Shortcuts:
* 'f' - Toggle fullscreen
* '' - Toggle play/pause
* 'm' - Toggle mute
* 'up-arrow' - Volume up
* 'down-arrow' - Volume down
* 'l' - Lock visibility of player controls.
* 'd' - Driver picker                    

Informations de Base sur l'Extension

Nom F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
URL Officiel https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Description Adds useful tools to add to the usability of the F1TV streaming page.
Taille du Fichier 484 KB
Nombre d'Installations 103
Version Actuelle 1.2.1
Dernière Mise à Jour 2020-09-08
Date de Publication 2019-10-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Maarten Flippo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/maartenflippo/f1tv-tweaks
URL de la Page d'Aide https://github.com/maartenflippo/f1tv-tweaks/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F1TV Tweaks",
    "version": "1.2.1",
    "author": "Markus Ort",
    "homepage_url": "https:\/\/github.com\/maartenflippo\/f1tv-tweaks",
    "description": "Adds useful tools to add to the usability of the F1TV streaming page.",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "css": [
                "layout.css"
            ]
        }
    ]
}