WhatsApp™ Web
Send and receive WhatsApp messages on your computer.
Apa itu WhatsApp™ Web?
WhatsApp™ Web adalah ekstensi Chrome yang dikembangkan oleh http://wapptab.com, dan fitur utamanya adalah "Send and receive WhatsApp messages on your computer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WhatsApp™ Web
Unduh file ekstensi WhatsApp™ Web 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
WhatsApp™ Web Shortcut to WhatsApp Web. Simply click the icon and start chatting with WhatsApp Web on your Desktop, PC or Laptop! Or right-mouse-click to open WhatsApp Web in the options menu. This web extension is not related in any way to WhatsApp Web LLC.
Informasi Dasar Ekstensi
Nama | |
ID | dklfljljlclneheddjgogchhcpibpekf |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf |
Deskripsi | Send and receive WhatsApp messages on your computer. |
Ukuran File | 25.96 KB |
Jumlah Instalasi | 5,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-10-22 |
Tanggal Publikasi | 2021-02-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://wapptab.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wapptab.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bgr-page.js" ] }, "browser_action": { "default_icon": "i24px.png", "default_title": "WhatsApp\u2122 Web" }, "description": "Send and receive WhatsApp messages on your computer.", "icons": { "128": "i128px.png", "16": "i24px.png", "48": "i48px.png" }, "incognito": "spanning", "manifest_version": 2, "name": "WhatsApp\u2122 Web", "offline_enabled": true, "options_page": "options-page.html", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |