Live subtitle with translation
Live audio/video streaming subtitle with translation
O que é Live subtitle with translation?
Live subtitle with translation é uma extensão do Chrome desenvolvida por Beffroi Studio, e sua principal característica é "Live audio/video streaming subtitle with translation".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live subtitle with translation
Baixe arquivos de extensão Live subtitle with translation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Live subtitle with translation |
ID | nphdnilkdkhfkobojgmcjpbnpnjlipip |
URL Oficial | https://chromewebstore.google.com/detail/live-subtitle-with-transl/nphdnilkdkhfkobojgmcjpbnpnjlipip |
Descrição | Live audio/video streaming subtitle with translation |
Tamanho do Arquivo | 193 KB |
Contagem de Instalações | 315 |
Versão Atual | 0.0.9 |
Última Atualização | 2024-02-28 |
Data de Publicação | 2023-11-27 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | Beffroi Studio |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://subtitle.raccourci.top |
URL da Página de Política de Privacidade | https://subtitle.raccourci.top/privacy-policy |
Idiomas Suportados | 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" } } |