iTour chat translation

Its purpose is to help people communicate more easily with friends who speak different languages.

¿Qué es iTour chat translation?

iTour chat translation es una extensión de Chrome desarrollada por iTourTranslator, y su función principal es "Its purpose is to help people communicate more easily with friends who speak different languages.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión iTour chat translation

Descarga archivos de extensión iTour chat translation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The functions of the plug-in include: 1. It can translate web content in real time, and both the original text and the translated text will be displayed on the web page. 2. It can translate the entered text. 3. It can translate the sound inside the webpage. 4. It can be used to translate messages (including text messages, voice messages, and video messages) on various social software, office software, and conference software, and it can also translate voice calls or video calls on social software in real time.                    

Información Básica de la Extensión

Nombre iTour chat translation iTour chat translation
ID kiaeafdamnhlnpljacdedjgiiplfbnhe
URL Oficial https://chromewebstore.google.com/detail/itour-chat-translation/kiaeafdamnhlnpljacdedjgiiplfbnhe
Descripción Its purpose is to help people communicate more easily with friends who speak different languages.
Tamaño del Archivo 1.28 MB
Cantidad de Instalaciones 7,000
Versión Actual 0.0.5
Última Actualización 2023-03-23
Fecha de Publicación 2022-04-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador iTourTranslator
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.itourtranslator.com/
URL de la Página de Ayuda https://www.itourtranslator.com/ads_all.html
URL de la Página de Política de Privacidad https://www.itourtranslator.com/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iTour chat translation",
    "description": "Its purpose is to help people communicate more easily with friends who speak different languages.",
    "version": "0.0.5",
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.itourtranslator.com\/",
    "icons": {
        "16": "app_icon.png",
        "128": "app_icon.png"
    },
    "action": {
        "default_icon": "app_icon.png"
    },
    "permissions": [
        "storage",
        "commands",
        "downloads",
        "contextMenus",
        "unlimitedStorage",
        "cookies",
        "desktopCapture"
    ],
    "host_permissions": [
        "",
        "https:\/\/wwww.itourtranslator.com:8806\/#\/login",
        "https:\/\/freeswitch2.shenzhen.production.itourtranslator.com:8588\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js",
                "itour-translate.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+U"
            },
            "description": "Start Translation"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Stop Translation"
        }
    }
}