F1TV Tweaks

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

Wat is F1TV Tweaks?

F1TV Tweaks is een Chrome-extensie ontwikkeld door Maarten Flippo, en de belangrijkste functie is "Adds useful tools to add to the usability of the F1TV streaming page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie F1TV Tweaks

Download F1TV Tweaks-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

                        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                    

Basisinformatie over de Extensie

Naam F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
Officiële URL https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Beschrijving Adds useful tools to add to the usability of the F1TV streaming page.
Bestandsgrootte 484 KB
Aantal Installaties 103
Huidige Versie 1.2.1
Laatst Bijgewerkt 2020-09-08
Publicatiedatum 2019-10-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Maarten Flippo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/maartenflippo/f1tv-tweaks
Help Pagina-URL https://github.com/maartenflippo/f1tv-tweaks/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}