Translate and Speak Subtitles for YouTube

Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.

Τι είναι το Translate and Speak Subtitles for YouTube;

Το Translate and Speak Subtitles for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dunkum Sherwin, και η κύρια λειτουργία του είναι "Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Translate and Speak Subtitles for YouTube

Λήψη αρχείων επέκτασης Translate and Speak Subtitles for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Here is a solution that helps you read subtitles for YouTube videos. It utilizes a Text-to-Speech (TTS) engine to convert text subtitles into natural-sounding speech. This solution is powered by Google and Microsoft AI technologies, providing over 100 voices in multiple languages and variants.

🚀Features:
** Easy to use: Turn on/off with a single click.
** Multiple languages: Supports voices in many languages.
** Multiple subtitles: Supports multiple subtitle formats.

🚀How to use:
*Pin the 'YouTube Subtitles Speaker and Translator' extension to the browser toolbar.
Click on the extension icon in the Chrome toolbar and navigate to the YouTube video details page.
*If the YouTube video has subtitles, a voice icon will appear.
*You can then select the UI language and the voice language.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Translate and Speak Subtitles for YouTube Translate and Speak Subtitles for YouTube
ID gmimaknkjommijabfploclcikgjacpdn
Επίσημο URL https://chromewebstore.google.com/detail/translate-and-speak-subti/gmimaknkjommijabfploclcikgjacpdn
Περιγραφή Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.
Μέγεθος Αρχείου 2.37 MB
Αριθμός Εγκαταστάσεων 31,327
Τρέχουσα Έκδοση 1.0.13
Τελευταία Ενημέρωση 2024-01-19
Ημερομηνία Δημοσίευσης 2023-07-06
Αξιολόγηση 3.51/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής Dunkum Sherwin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://denote.net/browser-extension-privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "assets\/Logo-128.png",
        "default_popup": "popup.html",
        "default_title": "YouTube Subtitles Speaker and Translator"
    },
    "background": {
        "service_worker": "sw.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "assets\/Logo-128.png",
        "32": "assets\/Logo-128.png",
        "48": "assets\/Logo-128.png",
        "128": "assets\/Logo-128.png",
        "512": "assets\/Logo-128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extension_name__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "webpage.bundle.js",
                "ga.bundle.js"
            ],
            "use_dynamic_url": true
        }
    ]
}