Easy WhatsApp

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

Easy WhatsAppとは何ですか?

Easy WhatsAppはNiv Kaufmanによって開発されたChromeの拡張機能で、その主な機能は「Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Easy WhatsApp拡張機能のCRXファイルをダウンロード

Easy WhatsApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
公式URL https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
説明 Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
ファイルサイズ 101 KB
インストール数 47
現在のバージョン 1.0
最終更新日 2021-02-20
公開日 2021-02-20
評価 5.00/5 合計 1 レビュー
開発者 Niv Kaufman
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}