iTour Video Translation
This extension translates video's audio on the current tab to your own language
O que é iTour Video Translation?
iTour Video Translation é uma extensão do Chrome desenvolvida por iTourTranslator, e sua principal característica é "This extension translates video's audio on the current tab to your own language".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão iTour Video Translation
Baixe arquivos de extensão iTour Video 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
The extension can be used to translate online meetings (such as Zoom , Microsoft Teams, Google Meet,Webex, Canvas, etc.), online videos into two languages subtitle. If you set the sound source to the microphone in the extension, you can translate the video into subtitles being played in the computer in real time, and you can also translate the sound outside the computer in real time. Many international students use this software to translate Zoom online courses. There are also many international students who use this software to translate lectures taught by professors in the classroom in real time. The software automatically translates voices and takes notes for students. It supports dozens of languages, and the translation is fast and accurate. The software can be tried for free.
Informações Básicas da Extensão
Nome | iTour Video Translation |
ID | eibnkkenjjeaadmjkngfincfnapgpeao |
URL Oficial | https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao |
Descrição | This extension translates video's audio on the current tab to your own language |
Tamanho do Arquivo | 2.36 MB |
Contagem de Instalações | 44,946 |
Versão Atual | 2.0.5 |
Última Atualização | 2023-03-29 |
Data de Publicação | 2021-12-15 |
Classificação | 4.92/5 Total de 1995 Avaliações |
Desenvolvedor | iTourTranslator |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.itourtranslator.com |
URL da Página de Ajuda | https://www.itourtranslator.com/unit.html |
URL da Página de Política de Privacidade | https://www.itourtranslator.com/privacy-policy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iTour Video Translation", "version": "2.0.5", "description": "This extension translates video's audio on the current tab to your own language", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "static\/img\/app_icon.png", "19": "static\/img\/app_icon.png", "38": "static\/img\/app_icon.png", "48": "static\/img\/app_icon.png", "128": "static\/img\/app_icon.png" }, "action": { "default_icon": "static\/img\/app_icon.png", "default_title": "iTour Video Translation", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "service_worker": "background.main.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [], "js": [ "content.main.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "downloads", "unlimitedStorage", "cookies", "desktopCapture" ] } |