Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
Τι είναι το Better YouTube Subtitles;
Το Better YouTube Subtitles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 54ac, και η κύρια λειτουργία του είναι "Adds more customization options to YouTube subtitles.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better YouTube Subtitles
Λήψη αρχείων επέκτασης Better YouTube Subtitles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds more customization options to YouTube subtitles. It is fully compatible with existing YouTube subtitles, as it merely changes their appearance using CSS and does not replace them. Access the options either as you normally would in the browser or by clicking the "Advanced" button in the subtitle options menu in the YouTube player, mess around with the options, refresh any opened YouTube pages, and enjoy. Please note that the text stroke option is not supported by Chrome.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
Επίσημο URL | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
Περιγραφή | Adds more customization options to YouTube subtitles. |
Μέγεθος Αρχείου | 15.02 KB |
Αριθμός Εγκαταστάσεων | 70 |
Τρέχουσα Έκδοση | 1.1.7 |
Τελευταία Ενημέρωση | 2024-02-13 |
Ημερομηνία Δημοσίευσης | 2023-07-06 |
Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | 54ac |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/54ac/yt-subtitles/ |
Υποστηριζόμενες Γλώσσες | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better YouTube Subtitles", "version": "1.1.7", "description": "__MSG_extText__", "manifest_version": 3, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.e80e370b.js" ], "run_at": "document_end", "css": [] } ], "options_ui": { "page": "options.e85c3684.html" }, "background": { "service_worker": "background.ea98cbe0.js" }, "permissions": [ "storage" ], "icons": { "48": "icon-48.3eb7af92.png", "96": "icon-96.ffa96924.png" } } |