F1TV Tweaks
Adds useful tools to add to the usability of the F1TV streaming page.
Apa itu F1TV Tweaks?
F1TV Tweaks adalah ekstensi Chrome yang dikembangkan oleh Maarten Flippo, dan fitur utamanya adalah "Adds useful tools to add to the usability of the F1TV streaming page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi F1TV Tweaks
Unduh file ekstensi F1TV Tweaks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | F1TV Tweaks |
ID | oecfjajfiinnaphbkfhljdiaeclinbdj |
URL Resmi | https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj |
Deskripsi | Adds useful tools to add to the usability of the F1TV streaming page. |
Ukuran File | 484 KB |
Jumlah Instalasi | 103 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2020-09-08 |
Tanggal Publikasi | 2019-10-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Maarten Flippo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/maartenflippo/f1tv-tweaks |
URL Halaman Bantuan | https://github.com/maartenflippo/f1tv-tweaks/issues |
Bahasa yang Didukung | 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" ] } ] } |