Whatsapp Translator

Chat with friends all over the world!

Qu'est-ce que Whatsapp Translator ?

Whatsapp Translator est une extension Chrome développée par Gabriel Marques, et sa fonction principale est "Chat with friends all over the world!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Whatsapp Translator

Téléchargez les fichiers d'extension Whatsapp Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        With this extension, all messages on WhatsApp Web will be automatically translated to the language of your choice.

- All your conversations will be automatically translated.
- Easily switch between the original message and translated message.
- Listen to the text messages in the original and translated language.                    

Informations de Base sur l'Extension

Nom Whatsapp Translator Whatsapp Translator
ID hmddfcpponnobdnmaknmgagemehopmie
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-translator/hmddfcpponnobdnmaknmgagemehopmie
Description Chat with friends all over the world!
Taille du Fichier 21.56 KB
Nombre d'Installations 222
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-11-18
Date de Publication 2020-11-18
Évaluation 3.75/5 Total 4 Évaluations
Développeur Gabriel Marques
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/in/gabrielchagasmarques
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Translator",
    "version": "0.0.1",
    "description": "Chat with friends all over the world!",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "https:\/\/translate.google.com\/*"
    ],
    "icons": {
        "128": "whatsapp.png"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "md5.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}