Automatic message translator

An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)

Cos'è Automatic message translator?

Automatic message translator è un'estensione di Chrome sviluppata da https://ultra-coding.com, e la sua funzione principale è "An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Automatic message translator

Scarica i file di estensione Automatic message translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Imagine chatting with friends all over the world without worrying about language barriers. This plugin automatically translates WhatsApp messages in over 100 languages, making it easy for you to stay connected with your global friends.

Our plugin has an intuitive and easy-to-use interface, and the translation process is automatic without the need for manual switching or operations. You can communicate with confidence, and we will automatically translate messages when sending or receiving.

In addition, our plugin is powerful and secure, and suitable for most scenarios, whether personal or business communication.

Moreover, our plugin automatically translates messages that you send, helping you communicate quickly. Now you no longer have to worry about translation work, as our plugin will easily handle it for you.

Key features:

Effortlessly translate cross-lingual chats: Language will no longer be a barrier when you communicate with your contacts from different countries or regions.
Intelligent and automatic translation: No need to manually select languages, the plugin automatically translates according to your settings.
Protect your privacy: Your chat records and personal information will be protected, and we will not collect, store or share any of your information.
Suitable for various scenarios: Perfect for travel, business, learning, and other scenarios, making you feel more confident and comfortable in different language environments.
Safe and reliable: The plugin has undergone strict security audits to ensure that your computer and privacy are not compromised.
Disclaimer:
Our plugin is not affiliated, associated, authorized, endorsed by or in any way officially connected to WhatsApp, Facebook, Google, or Google Translate. Our plugin is an unofficial enhancement tool for WhatsApp Web, designed to provide you with additional features and convenience.

Thank you for using our plugin!                    

Informazioni di Base sull'Estensione

Nome Automatic message translator Automatic message translator
ID hmhnmdhlebmeoflefnickjdnabgfgmdm
URL Ufficiale https://chromewebstore.google.com/detail/automatic-message-transla/hmhnmdhlebmeoflefnickjdnabgfgmdm
Descrizione An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)
Dimensione del File 1.3 MB
Conteggio Installazioni 2,286
Versione Corrente 2.2.7
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2023-02-07
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://ultra-coding.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://watranslator.ultra-coding.com/
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vQ7JV_LbnEsJUUKWTFipA4LG17W1MD5P3rF0c8GNMSHsbzD30cqwjQpE49JWDICZ7x4O6GLz71u0_av/pub
Lingue Supportate id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.2.7",
    "author": "[email protected]",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-40jamtq5uq83ifr72i1bovj43vrupof6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoiIbUY0P3GoRGhv\/cFTfg6AcSs3hdQSGh+KxDa4tlz0+LE0RaDu5ZGaKUGeOQTPVVHpRuxxKfwS8o\/CvvJZH0yb3E1U21UsjIinLKQmO2UGB7eyJwmz+n0SHoXstJvUNjJ\/8v1CcOC1ZqIpx+rJp1mu7pE\/QYEdr52pNedyWkzIyAoM9A\/5G0VDgc+N29KCE2Mk8gCdI7gun9QC2nRI37bNwoSOzl6hWxXHHIOq5xPMZKoz\/jS1Jyv2NQwawnVw53bYms\/ozeNG+K5hi2yzp3oeN24nGDx71gpKE4ekkFXy8ZKv5IQ2Owoo2dsy0yj7jyNR5qqzAsvKGLjq6H4aQCwIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}