YouTube SubSound
Automatic subtitle dubbing on YouTube.
Τι είναι το YouTube SubSound;
Το YouTube SubSound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tgaru, και η κύρια λειτουργία του είναι "Automatic subtitle dubbing on YouTube.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube SubSound
Λήψη αρχείων επέκτασης YouTube SubSound σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Browser extension that automatically pronounces the subtitles on YouTube Open the desired video and activate voice acting by pressing the NEW button in the YouTube player. Many languages are supported.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Περιγραφή | Automatic subtitle dubbing on YouTube. |
Μέγεθος Αρχείου | 15.36 KB |
Αριθμός Εγκαταστάσεων | 7,370 |
Τρέχουσα Έκδοση | 0.0.8 |
Τελευταία Ενημέρωση | 2022-10-17 |
Ημερομηνία Δημοσίευσης | 2021-07-04 |
Αξιολόγηση | 2.67/5 Συνολικά 135 Αξιολογήσεις |
Προγραμματιστής | tgaru |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://t.me/writeforhelp |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.8", "author": "tgaru", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "background.js" ] } ], "permissions": [], "web_accessible_resources": [ { "resources": [ "main.js", "styles.css", "_locales\/*" ], "matches": [ " |