F1TV Tweaks

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

Was ist F1TV Tweaks?

F1TV Tweaks ist eine Chrome-Erweiterung, die von Maarten Flippo entwickelt wurde, und ihr Hauptmerkmal ist "Adds useful tools to add to the usability of the F1TV streaming page.".

Erweiterungsscreenshots

screenshot

F1TV Tweaks-Erweiterungs-CRX-Datei herunterladen

Laden Sie F1TV Tweaks-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
Offizielle URL https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Beschreibung Adds useful tools to add to the usability of the F1TV streaming page.
Dateigröße 484 KB
Installationsanzahl 103
Aktuelle Version 1.2.1
Letztes Update 2020-09-08
Veröffentlichungsdatum 2019-10-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Maarten Flippo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/maartenflippo/f1tv-tweaks
Hilfeseite URL https://github.com/maartenflippo/f1tv-tweaks/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}