Live subtitle with translation
Live audio/video streaming subtitle with translation
Live subtitle with translation란 무엇입니까?
Live subtitle with translation은(는) Beffroi Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live audio/video streaming subtitle with translation"입니다.
확장 프로그램 스크린샷
Live subtitle with translation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |