whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Apa itu whatsapp-chrome-ext?
whatsapp-chrome-ext adalah ekstensi Chrome yang dikembangkan oleh http://idanizi.com, dan fitur utamanya adalah "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi whatsapp-chrome-ext
Unduh file ekstensi whatsapp-chrome-ext 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 chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
Deskripsi | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
Ukuran File | 2.43 MB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-07-18 |
Tanggal Publikasi | 2020-07-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://idanizi.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/idanizi/whatsapp-chrome-ext |
URL Halaman Bantuan | https://github.com/idanizi/whatsapp-chrome-ext/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsapp-chrome-ext", "version": "1.0.2", "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png", "default_popup": ".\/src\/popup\/popup.html" }, "author": "Idan Izicovich", "background": { "scripts": [ ".\/src\/events.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage" ] } |