F1TV Tweaks

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

What is F1TV Tweaks?

F1TV Tweaks is a Chrome extension developed by Maarten Flippo, and its main feature is "Adds useful tools to add to the usability of the F1TV streaming page.".

Extension Screenshots

screenshot

Download F1TV Tweaks Extension CRX File

Download F1TV Tweaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name F1TV Tweaks F1TV Tweaks
ID oecfjajfiinnaphbkfhljdiaeclinbdj
Official URL https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj
Description Adds useful tools to add to the usability of the F1TV streaming page.
File Size 484 KB
Installation Count 103
Current Version 1.2.1
Last Updated 2020-09-08
Publish Date 2019-10-27
Rating 5.00/5 Total 1 Ratings
Developer Maarten Flippo
Email [email protected]
Payment Type free
Extension Website https://github.com/maartenflippo/f1tv-tweaks
Help Page URL https://github.com/maartenflippo/f1tv-tweaks/issues
Supported Languages 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"
            ]
        }
    ]
}