Live subtitle with translation
Live audio/video streaming subtitle with translation
Live subtitle with translationคืออะไร?
Live subtitle with translation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beffroi Studio และคุณลักษณะหลักของมันคือ "Live audio/video streaming subtitle with translation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live subtitle with translation
ดาวน์โหลดไฟล์ส่วนขยาย Live subtitle with translation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your browsing experience with our Chrome extension that brings live subtitles and instant translation to any online content! 🚀 https://subtitle.raccourci.top Key Features: 🎙️ Live Subtitles: Experience real-time subtitles for videos and audios across the web. Break barriers. Stream Anywhere, Understand Everywhere! 🌐 Instant Translation: Seamlessly translate subtitles into your preferred language with a single click. Enjoy content in multiple languages without missing a beat, fostering a global and inclusive online environment. 🔒 Privacy-Focused: Rest easy knowing your privacy is our top priority. Our extension processes everything locally on your device, keeping your personal information secure and protected. 🚀 Lightweight and User-Friendly: No heavy installations or complex configurations. Our extension is designed to be lightweight, efficient, and easy to use, providing a hassle-free experience for users of all levels.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Live subtitle with translation |
ID | nphdnilkdkhfkobojgmcjpbnpnjlipip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-subtitle-with-transl/nphdnilkdkhfkobojgmcjpbnpnjlipip |
คำอธิบาย | Live audio/video streaming subtitle with translation |
ขนาดไฟล์ | 193 KB |
จำนวนการติดตั้ง | 315 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2023-11-27 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Beffroi Studio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://subtitle.raccourci.top |
URL หน้านโยบายความเป็นส่วนตัว | https://subtitle.raccourci.top/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live subtitle with translation", "description": "Live audio\/video streaming subtitle with translation", "version": "0.0.9", "manifest_version": 3, "permissions": [ "scripting", "background", "tabs", "activeTab", "storage", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "https:\/\/*.raccourci.top" ], "action": { "default_popup": "popup.html", "default_title": "Click to start", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "service_worker": "js\/background.js" } } |