Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

What is Easy WhatsApp?

Easy WhatsApp is a Chrome extension developed by Niv Kaufman, and its main feature is "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Extension Screenshots

screenshot
screenshot

Download Easy WhatsApp Extension CRX File

Download Easy WhatsApp 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

                        Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.                    

Extension Basic Information

Name Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
Official URL https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Description Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
File Size 101 KB
Installation Count 47
Current Version 1.0
Last Updated 2021-02-20
Publish Date 2021-02-20
Rating 5.00/5 Total 1 Ratings
Developer Niv Kaufman
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy WhatsApp",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Easy WhatsApp"
    },
    "icons": {
        "16": "whatsapp.png",
        "48": "whatsapp.png",
        "128": "whatsapp.png"
    }
}