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
官方網址 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'"
}