Youtube SpeedWatch
This extension shows the duration of a video on YouTube based on the playback speed.
Τι είναι το Youtube SpeedWatch;
Το Youtube SpeedWatch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Grzojda, και η κύρια λειτουργία του είναι "This extension shows the duration of a video on YouTube based on the playback speed.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube SpeedWatch
Λήψη αρχείων επέκτασης Youtube SpeedWatch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
YouTube SpeedWatch is a handy extension that allows you to see the actual duration of a video on YouTube, taking into account the playback speed. Whether you're watching at 2x speed or any other speed, this extension provides an accurate display of the video length, giving you complete control over your viewing experience. Say goodbye to the guesswork and uncertainty of video duration when using different playback speeds. Install YouTube SpeedWatch today and enhance your video-watching experience on YouTube!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube SpeedWatch |
ID | fcefkpniflbaghkiodhhcfhfdagkmpcm |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm |
Περιγραφή | This extension shows the duration of a video on YouTube based on the playback speed. |
Μέγεθος Αρχείου | 19.13 KB |
Αριθμός Εγκαταστάσεων | 76 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2024-02-04 |
Ημερομηνία Δημοσίευσης | 2024-01-30 |
Προγραμματιστής | Grzojda |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube SpeedWatch", "description": "This extension shows the duration of a video on YouTube based on the playback speed.", "version": "1.3", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "icon.png" } } |