iTour Video Translation

This extension translates video's audio on the current tab to your own language

Co to jest iTour Video Translation?

iTour Video Translation to rozszerzenie Chrome opracowane przez iTourTranslator, a jego główną funkcją jest „This extension translates video's audio on the current tab to your own language”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iTour Video Translation

Pobierz pliki rozszerzeń iTour Video Translation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa iTour Video Translation iTour Video Translation
ID eibnkkenjjeaadmjkngfincfnapgpeao
Oficjalny URL https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao
Opis This extension translates video's audio on the current tab to your own language
Rozmiar pliku 2.36 MB
Liczba instalacji 44,946
Aktualna Wersja 2.0.5
Ostatnia Aktualizacja 2023-03-29
Data Publikacji 2021-12-15
Ocena 4.92/5 Łącznie 1995 Oceny
Deweloper iTourTranslator
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.itourtranslator.com
Adres URL Strony Pomocy https://www.itourtranslator.com/unit.html
Adres URL Strony Polityki Prywatności https://www.itourtranslator.com/privacy-policy.html
Obsługiwane Języki 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"
    ]
}