Translation Machine

Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.

¿Qué es Translation Machine?

Translation Machine es una extensión de Chrome desarrollada por HelloWorld, y su función principal es "Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Translation Machine

Descarga archivos de extensión Translation Machine 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

                        Get better translations for your social networking sites. 
This extension is used to easily translate all kinds of commonly used social networking sites such as Twitter, Discord, YouTube so that you can better communicate with others.

Currently supported websites:
Discord
HackNews
Reddit
Telegram Web (https://web.telegram.org/)
Twitter
YouTuBe


More website support, still under development!!!

Known issues:
If you don't see the translate button, please click the browser refresh button to refresh.

Feedback:
If you have a better idea, please contact me.
If the extension has bugs, please contact me.
If you want to support other sites, please contact me.

Email:
Detail to see the "Contact the publisher"                    

Información Básica de la Extensión

Nombre Translation Machine Translation Machine
ID dagfnicdcbaljffobfdgigjflpdanbic
URL Oficial https://chromewebstore.google.com/detail/translation-machine/dagfnicdcbaljffobfdgigjflpdanbic
Descripción Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.
Tamaño del Archivo 226 KB
Cantidad de Instalaciones 46
Versión Actual 0.1.8
Última Actualización 2022-11-15
Fecha de Publicación 2022-11-07
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador HelloWorld
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://code4you.dev/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "0.1.8",
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/style.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}