Whatsapp Translator
Chat with friends all over the world!
Apa itu Whatsapp Translator?
Whatsapp Translator adalah ekstensi Chrome yang dikembangkan oleh Gabriel Marques, dan fitur utamanya adalah "Chat with friends all over the world!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Whatsapp Translator
Unduh file ekstensi Whatsapp Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hmddfcpponnobdnmaknmgagemehopmie |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-translator/hmddfcpponnobdnmaknmgagemehopmie |
Deskripsi | Chat with friends all over the world! |
Ukuran File | 21.56 KB |
Jumlah Instalasi | 222 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-11-18 |
Tanggal Publikasi | 2020-11-18 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | Gabriel Marques |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.linkedin.com/in/gabrielchagasmarques |
Bahasa yang Didukung | 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 } |