WhatsShare

Share current tab, links, image URLs and selected text on WhatsApp Web.

What is WhatsShare?

WhatsShare is a Chrome extension developed by BrowserNative, and its main feature is "Share current tab, links, image URLs and selected text on WhatsApp Web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WhatsShare Extension CRX File

Download WhatsShare 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

                        Use its toolbar button or the right click menu option to share the current tab, links, image URLs, and selected text on WhatsApp Web. Keyboard shortcut Alt + W to share the current tab. 

Extension by BrowserNative. Not affiliated with or created by WhatsApp.

Visit homepage for more information: https://browsernative.com/whatsapp-web-share-button/                    

Extension Basic Information

Name WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
Official URL https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
Description Share current tab, links, image URLs and selected text on WhatsApp Web.
File Size 6.89 KB
Installation Count 1,016
Current Version 0.0.5
Last Updated 2021-01-25
Publish Date 2018-04-03
Rating 3.80/5 Total 5 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/whatsapp-web-share-button/
Help Page URL https://browsernative.com/whatsapp-web-share-button/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Share on WhatsApp"
    },
    "description": "Share current tab, links, image URLs and selected text on WhatsApp Web.",
    "homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "WhatsShare",
    "version": "0.0.5",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}