Translation Machine

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

Was ist Translation Machine?

Translation Machine ist eine Chrome-Erweiterung, die von HelloWorld entwickelt wurde, und ihr Hauptmerkmal ist "Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Translation Machine-Erweiterungs-CRX-Datei herunterladen

Laden Sie Translation Machine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Translation Machine Translation Machine
ID dagfnicdcbaljffobfdgigjflpdanbic
Offizielle URL https://chromewebstore.google.com/detail/translation-machine/dagfnicdcbaljffobfdgigjflpdanbic
Beschreibung Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.
Dateigröße 226 KB
Installationsanzahl 46
Aktuelle Version 0.1.8
Letztes Update 2022-11-15
Veröffentlichungsdatum 2022-11-07
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler HelloWorld
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://code4you.dev/privacy.html
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}