Whatsapp Send

This extension allows to open a Whatsapp chat with any number

什么是Whatsapp Send?

Whatsapp Send是由orieleldar开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to open a Whatsapp chat with any number”。

扩展截图

screenshot
screenshot
screenshot

下载Whatsapp Send扩展crx文件

下载Whatsapp Send扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

扩展基本信息

名称 Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
官方URL https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
简介 This extension allows to open a Whatsapp chat with any number
文件大小 917 KB
安装次数 1,000
当前版本 1.4.0
更新时间 2021-11-26
上架时间 2020-07-02
评分 5.00/5 共8次评分
开发者 orieleldar
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}