Subtitle Reader for Netflix
Subtitle Reader for Netflix 🎥🎧 Transform your viewing experience by turning subtitles into an immersive auditory adventure
Subtitle Reader for Netflixคืออะไร?
Subtitle Reader for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Browser Extensions และคุณลักษณะหลักของมันคือ "Subtitle Reader for Netflix 🎥🎧 Transform your viewing experience by turning subtitles into an immersive auditory adventure"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitle Reader for Netflix
ดาวน์โหลดไฟล์ส่วนขยาย Subtitle Reader for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Subtitle Reader for Netflix 🎥🎧 Transform your viewing experience by turning subtitles into an immersive auditory adventure with the help of our Text-to-Speech (TTS) model! Indulge in your favorite Netflix movies and series with an innovative layer of audio, enhancing accessibility and providing a versatile viewing experience for multilingual users, language learners, and anyone who wants to enjoy content in a fresh new way! 🌍🎉 🚀 How it Works: 1️⃣ Install the extension and dive into your Netflix journey 🎬 2️⃣ Choose your desired subtitle language from 13 options 🌐 3️⃣ Sit back and listen as the TTS model converts subtitles into an engaging voiceover 🗣️ 4️⃣ Manage your audio experience via an intuitive pop-up control panel 🔊 Enjoy in 13 Languages: English, Spanish, Polish, German, French, Italian, Dutch, Portuguese, Korean, Hindi, Chinese, Indonesian, and Russian 🌎 🔧 Pop-up Control Panel Features: Adjust Volume and Pitch to tailor your listening experience 🎚️ Choose between Male/Female speaker voices 🔄 Navigate to the options page via a direct link for detailed information and settings help 📘 Reset settings with a single click for a fresh start ⏮️ Effortlessly toggle the extension on/off 📴 💡 Special Features: Instantly activates reader when the appropriate subtitle language is selected 🔄 Versatile application suitable for language learners, those with hearing impairments, or anyone desiring a richer media experience 🤗 Subtle, intuitive design that doesn’t distract from your viewing pleasure 🌟 ⚠️ Note: Please ensure that the subtitles for your selected content are available in your desired language for optimal utilization of the extension. 🎤 Immerse yourself in a world where visual and auditory experiences combine, elevating your Netflix adventures to new heights with Subtitle Reader for Netflix! 🚀🎬 ❗**Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.**❗
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Subtitle Reader for Netflix |
ID | mefblbojlnanpbommjbkmpfmplmpfaim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subtitle-reader-for-netfl/mefblbojlnanpbommjbkmpfmplmpfaim |
คำอธิบาย | Subtitle Reader for Netflix 🎥🎧 Transform your viewing experience by turning subtitles into an immersive auditory adventure |
ขนาดไฟล์ | 418 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2023-10-12 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Browser Extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,pl,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "0.0.2", "manifest_version": 3, "permissions": [ "tts", "storage" ], "host_permissions": [ "*:\/\/*.netflix.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "netflixRead48.png" }, "content_scripts": [ { "js": [ "options.js", "content.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "icons": { "48": "netflixRead48.png", "128": "netflixRead128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" } } |