AI Speak Subtitles for YouTube

Translate and speak subtitles for YouTube into multiple languages with AI.

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

Το AI Speak Subtitles for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://videotranslator.blipcut.com, και η κύρια λειτουργία του είναι "Translate and speak subtitles for YouTube into multiple languages with AI.".

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

screenshot
screenshot
screenshot

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

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

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

                        Enjoy your YouTube journey with AI Speak Subtitles for YouTube, the ultimate Chrome extension for spoken subtitles. Elevate your video-watching experience with real-time spoken text that narrates YouTube videos as you watch.

🚀Key Features:

** Text to Speech(TTS) Feature
Functioning as a text to speech chrome extension, it can convert text content into natural-sounding speech for an enhanced and versatile experience.

** Real-time Spoken Subtitles
Watch YouTube videos with live, spoken subtitles that narrate the content as you watch, providing an engaging and accessible viewing experience.

** 100+ Voices and Languages
Choose from a diverse selection of over 100 voices and languages to customize your spoken subtitles and enjoy content in your preferred style.

** YouTube Subtitles Translator
Break language barriers effortlessly! Translate subtitles on the fly and explore content from around the world without missing a beat.

** No Limitations
Enjoy limitless access to all the features you love.

** Privacy and Security
Rest assured that your data is secure, as we prioritize your privacy while using this extension.

** Professional Support
No matter you have any questions or inquires, please feel free to contact [email protected] , our support team will give you professional help as soon as possible.


🚀How to Use:
** Pin the 'AI Speak Subtitles for YouTube' extension to the browser toolbar. Click on the extension icon in the Chrome toolbar.
** Open a YouTube video page. This extension will automatically help you translate and speak YouTube videos.
** You can change the speaker language and voice, and adjust the speed and volume if you want.

Enhance your YouTube experience like never before! Whether you're learning a new language, need accessibility features, or simply want a unique way to enjoy your favorite content, AI Speak Subtitles for YouTube has you covered. Try it today and immerse yourself in the world of spoken subtitles!                    

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

Όνομα AI Speak Subtitles for YouTube AI Speak Subtitles for YouTube
ID kgalkageilaajehcgjpihdfegoapligg
Επίσημο URL https://chromewebstore.google.com/detail/ai-speak-subtitles-for-yo/kgalkageilaajehcgjpihdfegoapligg
Περιγραφή Translate and speak subtitles for YouTube into multiple languages with AI.
Μέγεθος Αρχείου 1.93 MB
Αριθμός Εγκαταστάσεων 1,719
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-01-08
Ημερομηνία Δημοσίευσης 2023-11-12
Αξιολόγηση 4.48/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής https://videotranslator.blipcut.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://videotranslator.blipcut.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.blipcut.com/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.blipcut.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Speak Subtitles for YouTube",
    "version": "1.0.2",
    "description": "Translate and speak subtitles for YouTube into multiple languages with AI.",
    "action": {
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": "assets\/icon-128.png",
        "32": "assets\/icon-128.png",
        "48": "assets\/icon-128.png",
        "128": "assets\/icon-128.png",
        "512": "assets\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "injectedScript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}