whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
What is whatsapp-chrome-ext?
whatsapp-chrome-ext is a Chrome extension developed by http://idanizi.com, and its main feature is "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".
Extension Screenshots
Download whatsapp-chrome-ext Extension CRX File
Download whatsapp-chrome-ext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
WhatsApp chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
Extension Basic Information
Name | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
Description | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
File Size | 2.43 MB |
Installation Count | 25 |
Current Version | 1.0.2 |
Last Updated | 2020-07-18 |
Publish Date | 2020-07-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://idanizi.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/idanizi/whatsapp-chrome-ext |
Help Page URL | https://github.com/idanizi/whatsapp-chrome-ext/issues |
Supported Languages | 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" ] } |