F1TV Tweaks

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

Co to jest F1TV Tweaks?

F1TV Tweaks to rozszerzenie Chrome opracowane przez Maarten Flippo, a jego główną funkcją jest „Adds useful tools to add to the usability of the F1TV streaming page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia F1TV Tweaks

Pobierz pliki rozszerzeń F1TV Tweaks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
Oficjalny URL https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Opis Adds useful tools to add to the usability of the F1TV streaming page.
Rozmiar pliku 484 KB
Liczba instalacji 103
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2020-09-08
Data Publikacji 2019-10-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Maarten Flippo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/maartenflippo/f1tv-tweaks
Adres URL Strony Pomocy https://github.com/maartenflippo/f1tv-tweaks/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}