iTour Video Translation

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

什麼是iTour Video Translation?

iTour Video Translation是由iTourTranslator開發的Chrome擴展程式,該擴展的主要功能是“This extension translates video's audio on the current tab to your own language”。

擴展截圖

screenshot

下載iTour Video Translation擴展crx文件

下載iTour Video Translation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 iTour Video Translation iTour Video Translation
ID eibnkkenjjeaadmjkngfincfnapgpeao
官方網址 https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao
簡介 This extension translates video's audio on the current tab to your own language
檔案大小 2.36 MB
安裝次數 44,946
目前版本 2.0.5
更新時間 2023-03-29
上架時間 2021-12-15
評分 4.92/5 共 1995 次評分
開發者 iTourTranslator
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.itourtranslator.com
說明頁面URL https://www.itourtranslator.com/unit.html
隱私政策頁面URL https://www.itourtranslator.com/privacy-policy.html
支援的語言 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"
    ]
}