Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
Τι είναι το Time Saver for YouTube;
Το Time Saver for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Julian Acosta, και η κύρια λειτουργία του είναι "Display the time saved when the playback speed of a YouTube video is adjusted.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Time Saver for YouTube
Λήψη αρχείων επέκτασης Time Saver for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Επίσημο URL | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Περιγραφή | Display the time saved when the playback speed of a YouTube video is adjusted. |
Μέγεθος Αρχείου | 5.33 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2023-03-17 |
Ημερομηνία Δημοσίευσης | 2020-07-02 |
Προγραμματιστής | Julian Acosta |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver for YouTube", "version": "0.0.0.3", "description": "Display the time saved when the playback speed of a YouTube video is adjusted.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "youtube-script.js" ], "permissions": [ "*:\/\/www.youtube.com\/*" ] } |