Live subtitle with translation
Live audio/video streaming subtitle with translation
Live subtitle with translation là gì?
Live subtitle with translation là một tiện ích mở rộng Chrome được phát triển bởi Beffroi Studio, và tính năng chính của nó là "Live audio/video streaming subtitle with translation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Live subtitle with translation
Tải xuống các tệp mở rộng Live subtitle with translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Live subtitle with translation |
ID | nphdnilkdkhfkobojgmcjpbnpnjlipip |
URL Chính Thức | https://chromewebstore.google.com/detail/live-subtitle-with-transl/nphdnilkdkhfkobojgmcjpbnpnjlipip |
Mô tả | Live audio/video streaming subtitle with translation |
Kích Thước Tệp | 193 KB |
Số Lần Cài Đặt | 315 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-11-27 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Beffroi Studio |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://subtitle.raccourci.top |
URL Trang Chính Sách Bảo Mật | https://subtitle.raccourci.top/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |