YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
Τι είναι το YouTube Arrow Keys Fix;
Το YouTube Arrow Keys Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jp, και η κύρια λειτουργία του είναι "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Arrow Keys Fix
Λήψη αρχείων επέκτασης YouTube Arrow Keys Fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Περιγραφή | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Μέγεθος Αρχείου | 45.87 KB |
Αριθμός Εγκαταστάσεων | 258 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-04-19 |
Ημερομηνία Δημοσίευσης | 2023-04-18 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | jp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/JParramore/youtube-arrow-keys-fix |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/JParramore/youtube-arrow-keys-fix |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Arrow Keys Fix", "version": "1.0", "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |