F1TV Tweaks
Adds useful tools to add to the usability of the F1TV streaming page.
Cos'è F1TV Tweaks?
F1TV Tweaks è un'estensione di Chrome sviluppata da Maarten Flippo, e la sua funzione principale è "Adds useful tools to add to the usability of the F1TV streaming page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione F1TV Tweaks
Scarica i file di estensione F1TV Tweaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | F1TV Tweaks |
ID | oecfjajfiinnaphbkfhljdiaeclinbdj |
URL Ufficiale | https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj |
Descrizione | Adds useful tools to add to the usability of the F1TV streaming page. |
Dimensione del File | 484 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-09-08 |
Data di Pubblicazione | 2019-10-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Maarten Flippo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maartenflippo/f1tv-tweaks |
URL della Pagina di Aiuto | https://github.com/maartenflippo/f1tv-tweaks/issues |
Lingue Supportate | 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" ] } ] } |