Whatsapp Translator
Chat with friends all over the world!
Cos'è Whatsapp Translator?
Whatsapp Translator è un'estensione di Chrome sviluppata da Gabriel Marques, e la sua funzione principale è "Chat with friends all over the world!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whatsapp Translator
Scarica i file di estensione Whatsapp 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hmddfcpponnobdnmaknmgagemehopmie |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-translator/hmddfcpponnobdnmaknmgagemehopmie |
Descrizione | Chat with friends all over the world! |
Dimensione del File | 21.56 KB |
Conteggio Installazioni | 222 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-11-18 |
Data di Pubblicazione | 2020-11-18 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | Gabriel Marques |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedin.com/in/gabrielchagasmarques |
Lingue Supportate | 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 } |