F1TV Tweaks
Adds useful tools to add to the usability of the F1TV streaming page.
Τι είναι το F1TV Tweaks;
Το F1TV Tweaks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maarten Flippo, και η κύρια λειτουργία του είναι "Adds useful tools to add to the usability of the F1TV streaming page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης F1TV Tweaks
Λήψη αρχείων επέκτασης F1TV Tweaks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | F1TV Tweaks |
ID | oecfjajfiinnaphbkfhljdiaeclinbdj |
Επίσημο URL | https://chromewebstore.google.com/detail/f1tv-tweaks/oecfjajfiinnaphbkfhljdiaeclinbdj |
Περιγραφή | Adds useful tools to add to the usability of the F1TV streaming page. |
Μέγεθος Αρχείου | 484 KB |
Αριθμός Εγκαταστάσεων | 103 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2020-09-08 |
Ημερομηνία Δημοσίευσης | 2019-10-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Maarten Flippo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/maartenflippo/f1tv-tweaks |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/maartenflippo/f1tv-tweaks/issues |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |