Speak Subtitles for YouTube
Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.
Speak Subtitles for YouTube क्या है?
Speak Subtitles for YouTube Первомай द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speak Subtitles for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Synth Voice reading subtitles for YouTube with Text-To-Speech Engine (TTS). Convert text subtitles for YouTube into natural-sounding speech using powered by Google and Microsoft AI technologies. Text-to-Speech enables to synthesize with 100+ voices, available in multiple languages and variants. Info! The extension may conflict with other extensions for youtube. If the extension doesn't work or you have a problem, try disabling other extensions.
एक्सटेंशन की मूल जानकारी
नाम | Speak Subtitles for YouTube |
ID | fjoiihoancoimepbgfcmopaciegpigpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/speak-subtitles-for-youtu/fjoiihoancoimepbgfcmopaciegpigpa |
विवरण | Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies. |
फ़ाइल का आकार | 482 KB |
स्थापना संख्या | 291,422 |
वर्तमान संस्करण | 1.1.33 |
अंतिम अपडेट | 2022-06-22 |
प्रकाशन तिथि | 2021-04-14 |
रेटिंग | 3.61/5 कुल 273 रेटिंग्स |
डेवलपर | Первомай |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,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,ja,ko |
manifest.json | |
{ "action": { "default_icon": "assets\/icon\/Eva-Wall-E-128.png", "default_popup": "popup.html", "default_title": "Speak Subtitles for YouTube" }, "author": "AuLon8", "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": { "128": "assets\/icon\/Eva-Wall-E-128.png", "512": "assets\/icon\/Eva-Wall-E-512.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "__MSG_extension_name__", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.33", "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "webpage.bundle.js", "ga.bundle.js" ], "use_dynamic_url": true } ] } |